Html Css Color HEX #AFC242 Celery

📋 copy color: '#AFC242'

red 175 ◦ green 194 ◦ blue 66

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

Shades of Celery #AFC242

Tints of Celery #AFC242

RGB

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

 GREEN value IS 194 (76.17% from 255) = 44.6%

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

R = 40.23%
G = 44.6%
B = 15.17%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#AFC242 (or 0xAFC242) is known color: Celery. HEX triplet: AF, C2 and 42. RGB value is (175,194,66). Sum of RGB (Red+Green+Blue) = 175+194+66=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 194 (76.17% from 255 or 44.60% from 435); Blue value is 66 (26.17% from 255 or 15.17% from 435); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC242 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC242 is #503DBD. Grayscale: #AEAEAE. Windows color (decimal): -5258686 or 4375215. OLE color: 4375215.

HSL color Cylindrical-coordinate representation of color #AFC242: hue angle of 68.91º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AFC242 is Cyan = 0.10, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 194 66 -
CMYK 0.10 0 0.66 0.24
HSL 68.91º 0.51% 0.51% -
HSV(B) 68.91º 0.66% 0.76% -
XYZ 37.95 48.09 12.44 -
YUV 173.73 67.21 128.91 -
System Red Green Blue C M Y K H S L
Decimal 175 194 66 0.10 0 0.66 0.24 68.91 0.51 0.51
Hex AF C2 42 A 0 42 18 45 33 33
Octal 257 302 102 12 0 102 30 105 63 63
Binary 10101111 11000010 1000010 1010 0 1000010 11000 1000101 110011 110011

Color Harmonies of #AFC242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC242

Black with #AFC242

Text Example


Text Example

White with #AFC242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC242; }

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

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

background-color css

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

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

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

border-color css

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

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

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