Html Css Color HEX #AFC33C Celery

📋 copy color: '#AFC33C'

red 175 ◦ green 195 ◦ blue 60

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

Shades of Celery #AFC33C

Tints of Celery #AFC33C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.35%

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

R = 40.7%
G = 45.35%
B = 13.95%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#AFC33C (or 0xAFC33C) is known color: Celery. HEX triplet: AF, C3 and 3C. RGB value is (175,195,60). Sum of RGB (Red+Green+Blue) = 175+195+60=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 195 (76.56% from 255 or 45.35% from 430); Blue value is 60 (23.83% from 255 or 13.95% from 430); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC33C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC33C is #503CC3. Grayscale: #AEAEAE. Windows color (decimal): -5258436 or 3982255. OLE color: 3982255.

HSL color Cylindrical-coordinate representation of color #AFC33C: hue angle of 68.89º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AFC33C is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 195 60 -
CMYK 0.10 0 0.69 0.24
HSL 68.89º 0.53% 0.5% -
HSV(B) 68.89º 0.69% 0.76% -
XYZ 38.01 48.47 11.63 -
YUV 173.63 63.87 128.98 -
System Red Green Blue C M Y K H S L
Decimal 175 195 60 0.10 0 0.69 0.24 68.89 0.53 0.5
Hex AF C3 3C A 0 45 18 45 35 32
Octal 257 303 74 12 0 105 30 105 65 62
Binary 10101111 11000011 111100 1010 0 1000101 11000 1000101 110101 110010

Color Harmonies of #AFC33C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC33C

Black with #AFC33C

Text Example


Text Example

White with #AFC33C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC33C; }

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

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

background-color css

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

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

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

border-color css

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

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

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