#AFC74D

Color #AFC74D Celery (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celery #AFC74D

Tints of Celery #AFC74D

Color information

#AFC74D (or 0xAFC74D) is unknown color: approx Celery. HEX triplet: AF, C7 and 4D. RGB value is (175,199,77). Sum of RGB (Red+Green+Blue) = 175+199+77=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 199 (78.12% from 255 or 44.12% from 451); Blue value is 77 (30.47% from 255 or 17.07% from 451); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC74D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC74D is #5038B2. Grayscale: #B2B2B2. Windows color (decimal): -5257395 or 5097391. OLE color: 5097391.

HSL color Cylindrical-coordinate representation of color #AFC74D: hue angle of 71.8º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AFC74D is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB17519977-
CMYK0.1200.610.22
HSL71.8º52.14%54.12%-
HSV(B)71.8º61.31%78.04%-
XYZ39.4450.514.69-
YUV177.9271.05125.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 38.80%
GREEN value IS 199 (78.12% from 255) = 44.12%
BLUE value IS 77 (30.47% from 255) = 17.07%
R=38.80%
G=44.12%
B=17.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal175199770.1200.610.2271.852.1454.12
HexAFC74DC03D16483436
Octal25730711514075261106466
Binary1010111111000111100110111000111101101101001000110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC74D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC74D; }

 p { color: rgb(175,199,77); }

 H1.HeaderClassName
 {
   color: #AFC74D;
 }
 .AnyTagClassName
 {
   color: #AFC74D;
 }
</style>
background-color css

<style>
 a { background-color: #AFC74D; }

 a { background-color: rgb(175,199,77); }

 div.DivClassName
 {
   background-color: #AFC74D;
 }
 .BgClassName
 {
   background-color: #AFC74D;
 }
</style>
border-color css

<style>
 span { border-color: #AFC74D; }

 span { border-color: rgb(175,199,77); }

 td.TdClassName
 {
   border-color: #AFC74D;
 }
 .TagClassName
 {
   border-color: #AFC74D;
 }
</style>