Html Css Color HEX #AFCB3C Celery

📋 copy color: '#AFCB3C'

red 175 ◦ green 203 ◦ blue 60

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

Shades of Celery #AFCB3C

Tints of Celery #AFCB3C

RGB

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

 GREEN value IS 203 (79.69% from 255) = 46.35%

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

R = 39.95%
G = 46.35%
B = 13.7%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#AFCB3C (or 0xAFCB3C) is known color: Celery. HEX triplet: AF, CB and 3C. RGB value is (175,203,60). Sum of RGB (Red+Green+Blue) = 175+203+60=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 203 (79.69% from 255 or 46.35% from 438); Blue value is 60 (23.83% from 255 or 13.70% from 438); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCB3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCB3C is #5034C3. Grayscale: #B2B2B2. Windows color (decimal): -5256388 or 3984303. OLE color: 3984303.

HSL color Cylindrical-coordinate representation of color #AFCB3C: hue angle of 71.75º 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 #AFCB3C is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 203 60 -
CMYK 0.14 0 0.70 0.20
HSL 71.75º 0.58% 0.52% -
HSV(B) 71.75º 0.7% 0.8% -
XYZ 39.85 52.15 12.24 -
YUV 178.33 61.22 125.63 -
System Red Green Blue C M Y K H S L
Decimal 175 203 60 0.14 0 0.70 0.20 71.75 0.58 0.52
Hex AF CB 3C E 0 46 14 48 3A 34
Octal 257 313 74 16 0 106 24 110 72 64
Binary 10101111 11001011 111100 1110 0 1000110 10100 1001000 111010 110100

Color Harmonies of #AFCB3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCB3C

Black with #AFCB3C

Text Example


Text Example

White with #AFCB3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCB3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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