Html Css Color HEX #AFCC3C Celery

📋 copy color: '#AFCC3C'

red 175 ◦ green 204 ◦ blue 60

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

Shades of Celery #AFCC3C

Tints of Celery #AFCC3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.67%

R = 39.86%
G = 46.47%
B = 13.67%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.71

 K value IS 0.2

RGB Variations

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

Color information

#AFCC3C (or 0xAFCC3C) is known color: Celery. HEX triplet: AF, CC and 3C. RGB value is (175,204,60). Sum of RGB (Red+Green+Blue) = 175+204+60=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 204 (80.08% from 255 or 46.47% from 439); Blue value is 60 (23.83% from 255 or 13.67% from 439); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCC3C is #5033C3. Grayscale: #B3B3B3. Windows color (decimal): -5256132 or 3984559. OLE color: 3984559.

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

Color convert

RGB 175 204 60 -
CMYK 0.14 0 0.71 0.2
HSL 72.08º 0.59% 0.52% -
HSV(B) 72.08º 0.71% 0.8% -
XYZ 40.09 52.63 12.32 -
YUV 178.91 60.89 125.21 -
System Red Green Blue C M Y K H S L
Decimal 175 204 60 0.14 0 0.71 0.2 72.08 0.59 0.52
Hex AF CC 3C E 0 47 14 48 3B 34
Octal 257 314 74 16 0 107 24 110 73 64
Binary 10101111 11001100 111100 1110 0 1000111 10100 1001000 111011 110100

Color Harmonies of #AFCC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCC3C

Black with #AFCC3C

Text Example


Text Example

White with #AFCC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCC3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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