Html Css Color HEX #AFC042 Celery

📋 copy color: '#AFC042'

red 175 ◦ green 192 ◦ blue 66

#AFC042
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Celery #AFC042

Tints of Celery #AFC042

RGB

 RED value IS 175 (68.75% from 255) = 40.42%

 GREEN value IS 192 (75.39% from 255) = 44.34%

 BLUE value IS 66 (26.17% from 255) = 15.24%

R = 40.42%
G = 44.34%
B = 15.24%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#AFC042 (or 0xAFC042) is known color: Celery. HEX triplet: AF, C0 and 42. RGB value is (175,192,66). Sum of RGB (Red+Green+Blue) = 175+192+66=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 192 (75.39% from 255 or 44.34% from 433); Blue value is 66 (26.17% from 255 or 15.24% from 433); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC042 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC042 is #503FBD. Grayscale: #ADADAD. Windows color (decimal): -5259198 or 4374703. OLE color: 4374703.

HSL color Cylindrical-coordinate representation of color #AFC042: hue angle of 68.1º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AFC042 is Cyan = 0.09, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 192 66 -
CMYK 0.09 0 0.66 0.25
HSL 68.1º 0.5% 0.51% -
HSV(B) 68.1º 0.66% 0.75% -
XYZ 37.51 47.21 12.29 -
YUV 172.55 67.87 129.75 -
System Red Green Blue C M Y K H S L
Decimal 175 192 66 0.09 0 0.66 0.25 68.1 0.5 0.51
Hex AF C0 42 9 0 42 19 44 32 33
Octal 257 300 102 11 0 102 31 104 62 63
Binary 10101111 11000000 1000010 1001 0 1000010 11001 1000100 110010 110011

Color Harmonies of #AFC042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC042

Black with #AFC042

Text Example


Text Example

White with #AFC042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC042; }

 p { color: rgb(175,192,66); }

 H1.HeaderClassName
 {
   color: #AFC042;
 }
 .AnyTagClassName
 {
   color: #AFC042;
 }
</style>

background-color css

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

 a { background-color: rgb(175,192,66); }

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

border-color css

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

 span { border-color: rgb(175,192,66); }

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