Html Css Color HEX #AFC355 Celery

📋 copy color: '#AFC355'

red 175 ◦ green 195 ◦ blue 85

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

Shades of Celery #AFC355

Tints of Celery #AFC355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 18.68%

R = 38.46%
G = 42.86%
B = 18.68%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#AFC355 (or 0xAFC355) is known color: Celery. HEX triplet: AF, C3 and 55. RGB value is (175,195,85). Sum of RGB (Red+Green+Blue) = 175+195+85=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 195 (76.56% from 255 or 42.86% from 455); Blue value is 85 (33.59% from 255 or 18.68% from 455); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC355 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC355 is #503CAA. Grayscale: #B0B0B0. Windows color (decimal): -5258411 or 5620655. OLE color: 5620655.

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

Color convert

RGB 175 195 85 -
CMYK 0.10 0 0.56 0.24
HSL 70.91º 0.48% 0.55% -
HSV(B) 70.91º 0.56% 0.76% -
XYZ 38.83 48.8 15.97 -
YUV 176.48 76.37 126.94 -
System Red Green Blue C M Y K H S L
Decimal 175 195 85 0.10 0 0.56 0.24 70.91 0.48 0.55
Hex AF C3 55 A 0 38 18 47 30 37
Octal 257 303 125 12 0 70 30 107 60 67
Binary 10101111 11000011 1010101 1010 0 111000 11000 1000111 110000 110111

Color Harmonies of #AFC355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC355

Black with #AFC355

Text Example


Text Example

White with #AFC355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC355; }

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

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

background-color css

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

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

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

border-color css

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

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

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