Html Css Color HEX #AFCC42 Celery

📋 copy color: '#AFCC42'

red 175 ◦ green 204 ◦ blue 66

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

Shades of Celery #AFCC42

Tints of Celery #AFCC42

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.84%

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

R = 39.33%
G = 45.84%
B = 14.83%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#AFCC42 (or 0xAFCC42) is known color: Celery. HEX triplet: AF, CC and 42. RGB value is (175,204,66). Sum of RGB (Red+Green+Blue) = 175+204+66=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 204 (80.08% from 255 or 45.84% from 445); Blue value is 66 (26.17% from 255 or 14.83% from 445); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCC42 is #5033BD. Grayscale: #B4B4B4. Windows color (decimal): -5256126 or 4377775. OLE color: 4377775.

HSL color Cylindrical-coordinate representation of color #AFCC42: hue angle of 72.61º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AFCC42 is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB 175 204 66 -
CMYK 0.14 0 0.68 0.2
HSL 72.61º 0.58% 0.53% -
HSV(B) 72.61º 0.68% 0.8% -
XYZ 40.26 52.69 13.2 -
YUV 179.6 63.89 124.72 -
System Red Green Blue C M Y K H S L
Decimal 175 204 66 0.14 0 0.68 0.2 72.61 0.58 0.53
Hex AF CC 42 E 0 44 14 49 3A 35
Octal 257 314 102 16 0 104 24 111 72 65
Binary 10101111 11001100 1000010 1110 0 1000100 10100 1001001 111010 110101

Color Harmonies of #AFCC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCC42

Black with #AFCC42

Text Example


Text Example

White with #AFCC42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCC42; }

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

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

background-color css

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

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

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

border-color css

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

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

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