Html Css Color HEX #AFC335 Celery

📋 copy color: '#AFC335'

red 175 ◦ green 195 ◦ blue 53

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

Shades of Celery #AFC335

Tints of Celery #AFC335

RGB

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

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

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

R = 41.37%
G = 46.1%
B = 12.53%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#AFC335 (or 0xAFC335) is known color: Celery. HEX triplet: AF, C3 and 35. RGB value is (175,195,53). Sum of RGB (Red+Green+Blue) = 175+195+53=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 195 (76.56% from 255 or 46.10% from 423); Blue value is 53 (21.09% from 255 or 12.53% from 423); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC335 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC335 is #503CCA. Grayscale: #ADADAD. Windows color (decimal): -5258443 or 3523503. OLE color: 3523503.

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

Color convert

RGB 175 195 53 -
CMYK 0.10 0 0.73 0.24
HSL 68.45º 0.57% 0.49% -
HSV(B) 68.45º 0.73% 0.76% -
XYZ 37.84 48.4 10.72 -
YUV 172.83 60.37 129.55 -
System Red Green Blue C M Y K H S L
Decimal 175 195 53 0.10 0 0.73 0.24 68.45 0.57 0.49
Hex AF C3 35 A 0 49 18 44 39 31
Octal 257 303 65 12 0 111 30 104 71 61
Binary 10101111 11000011 110101 1010 0 1001001 11000 1000100 111001 110001

Color Harmonies of #AFC335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC335

Black with #AFC335

Text Example


Text Example

White with #AFC335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC335; }

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

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

background-color css

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

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

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

border-color css

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

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

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