Html Css Color HEX #AFCC3E Celery

📋 copy color: '#AFCC3E'

red 175 ◦ green 204 ◦ blue 62

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

Shades of Celery #AFCC3E

Tints of Celery #AFCC3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.06%

R = 39.68%
G = 46.26%
B = 14.06%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#AFCC3E (or 0xAFCC3E) is known color: Celery. HEX triplet: AF, CC and 3E. RGB value is (175,204,62). Sum of RGB (Red+Green+Blue) = 175+204+62=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 204 (80.08% from 255 or 46.26% from 441); Blue value is 62 (24.61% from 255 or 14.06% from 441); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCC3E is #5033C1. Grayscale: #B3B3B3. Windows color (decimal): -5256130 or 4115631. OLE color: 4115631.

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

Color convert

RGB 175 204 62 -
CMYK 0.14 0 0.70 0.2
HSL 72.25º 0.58% 0.52% -
HSV(B) 72.25º 0.7% 0.8% -
XYZ 40.14 52.65 12.6 -
YUV 179.14 61.89 125.05 -
System Red Green Blue C M Y K H S L
Decimal 175 204 62 0.14 0 0.70 0.2 72.25 0.58 0.52
Hex AF CC 3E E 0 46 14 48 3A 34
Octal 257 314 76 16 0 106 24 110 72 64
Binary 10101111 11001100 111110 1110 0 1000110 10100 1001000 111010 110100

Color Harmonies of #AFCC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCC3E

Black with #AFCC3E

Text Example


Text Example

White with #AFCC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCC3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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