Html Css Color HEX #AFCC4C Celery

📋 copy color: '#AFCC4C'

red 175 ◦ green 204 ◦ blue 76

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

Shades of Celery #AFCC4C

Tints of Celery #AFCC4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 16.7%

R = 38.46%
G = 44.84%
B = 16.7%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#AFCC4C (or 0xAFCC4C) is known color: Celery. HEX triplet: AF, CC and 4C. RGB value is (175,204,76). Sum of RGB (Red+Green+Blue) = 175+204+76=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 204 (80.08% from 255 or 44.84% from 455); Blue value is 76 (30.08% from 255 or 16.70% from 455); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCC4C is #5033B3. Grayscale: #B5B5B5. Windows color (decimal): -5256116 or 5033135. OLE color: 5033135.

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

Color convert

RGB 175 204 76 -
CMYK 0.14 0 0.63 0.2
HSL 73.59º 0.56% 0.55% -
HSV(B) 73.59º 0.63% 0.8% -
XYZ 40.58 52.82 14.89 -
YUV 180.74 68.89 123.91 -
System Red Green Blue C M Y K H S L
Decimal 175 204 76 0.14 0 0.63 0.2 73.59 0.56 0.55
Hex AF CC 4C E 0 3F 14 4A 38 37
Octal 257 314 114 16 0 77 24 112 70 67
Binary 10101111 11001100 1001100 1110 0 111111 10100 1001010 111000 110111

Color Harmonies of #AFCC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCC4C

Black with #AFCC4C

Text Example


Text Example

White with #AFCC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCC4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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