Html Css Color HEX #AFC255 Celery

📋 copy color: '#AFC255'

red 175 ◦ green 194 ◦ blue 85

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

Shades of Celery #AFC255

Tints of Celery #AFC255

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.73%

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

R = 38.55%
G = 42.73%
B = 18.72%

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

#AFC255 (or 0xAFC255) is known color: Celery. HEX triplet: AF, C2 and 55. RGB value is (175,194,85). Sum of RGB (Red+Green+Blue) = 175+194+85=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 194 (76.17% from 255 or 42.73% from 454); Blue value is 85 (33.59% from 255 or 18.72% from 454); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC255 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC255 is #503DAA. Grayscale: #B0B0B0. Windows color (decimal): -5258667 or 5620399. OLE color: 5620399.

HSL color Cylindrical-coordinate representation of color #AFC255: hue angle of 70.46º degrees, saturation: 0.47, 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 #AFC255 is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 194 85 -
CMYK 0.10 0 0.56 0.24
HSL 70.46º 0.47% 0.55% -
HSV(B) 70.46º 0.56% 0.76% -
XYZ 38.61 48.35 15.89 -
YUV 175.89 76.71 127.36 -
System Red Green Blue C M Y K H S L
Decimal 175 194 85 0.10 0 0.56 0.24 70.46 0.47 0.55
Hex AF C2 55 A 0 38 18 46 2F 37
Octal 257 302 125 12 0 70 30 106 57 67
Binary 10101111 11000010 1010101 1010 0 111000 11000 1000110 101111 110111

Color Harmonies of #AFC255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC255

Black with #AFC255

Text Example


Text Example

White with #AFC255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC255; }

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

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

background-color css

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

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

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

border-color css

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

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

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