Html Css Color HEX #AFCC4E Celery

📋 copy color: '#AFCC4E'

red 175 ◦ green 204 ◦ blue 78

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

Shades of Celery #AFCC4E

Tints of Celery #AFCC4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 17.07%

R = 38.29%
G = 44.64%
B = 17.07%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#AFCC4E (or 0xAFCC4E) is known color: Celery. HEX triplet: AF, CC and 4E. RGB value is (175,204,78). Sum of RGB (Red+Green+Blue) = 175+204+78=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 204 (80.08% from 255 or 44.64% from 457); Blue value is 78 (30.86% from 255 or 17.07% from 457); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCC4E is #5033B1. Grayscale: #B5B5B5. Windows color (decimal): -5256114 or 5164207. OLE color: 5164207.

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

Color convert

RGB 175 204 78 -
CMYK 0.14 0 0.62 0.2
HSL 73.81º 0.55% 0.55% -
HSV(B) 73.81º 0.62% 0.8% -
XYZ 40.65 52.85 15.27 -
YUV 180.97 69.89 123.75 -
System Red Green Blue C M Y K H S L
Decimal 175 204 78 0.14 0 0.62 0.2 73.81 0.55 0.55
Hex AF CC 4E E 0 3E 14 4A 37 37
Octal 257 314 116 16 0 76 24 112 67 67
Binary 10101111 11001100 1001110 1110 0 111110 10100 1001010 110111 110111

Color Harmonies of #AFCC4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCC4E

Black with #AFCC4E

Text Example


Text Example

White with #AFCC4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCC4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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