Html Css Color HEX #AFC035 Celery

📋 copy color: '#AFC035'

red 175 ◦ green 192 ◦ blue 53

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

Shades of Celery #AFC035

Tints of Celery #AFC035

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.71%

 BLUE value IS 53 (21.09% from 255) = 12.62%

R = 41.67%
G = 45.71%
B = 12.62%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#AFC035 (or 0xAFC035) is known color: Celery. HEX triplet: AF, C0 and 35. RGB value is (175,192,53). Sum of RGB (Red+Green+Blue) = 175+192+53=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 192 (75.39% from 255 or 45.71% from 420); Blue value is 53 (21.09% from 255 or 12.62% from 420); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC035 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC035 is #503FCA. Grayscale: #ABABAB. Windows color (decimal): -5259211 or 3522735. OLE color: 3522735.

HSL color Cylindrical-coordinate representation of color #AFC035: hue angle of 67.34º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AFC035 is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 192 53 -
CMYK 0.09 0 0.72 0.25
HSL 67.34º 0.57% 0.48% -
HSV(B) 67.34º 0.72% 0.75% -
XYZ 37.17 47.07 10.49 -
YUV 171.07 61.37 130.8 -
System Red Green Blue C M Y K H S L
Decimal 175 192 53 0.09 0 0.72 0.25 67.34 0.57 0.48
Hex AF C0 35 9 0 48 19 43 39 30
Octal 257 300 65 11 0 110 31 103 71 60
Binary 10101111 11000000 110101 1001 0 1001000 11001 1000011 111001 110000

Color Harmonies of #AFC035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC035

Black with #AFC035

Text Example


Text Example

White with #AFC035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC035; }

 p { color: rgb(175,192,53); }

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

background-color css

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

 a { background-color: rgb(175,192,53); }

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

border-color css

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

 span { border-color: rgb(175,192,53); }

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