Html Css Color HEX #AFC359 Celery

📋 copy color: '#AFC359'

red 175 ◦ green 195 ◦ blue 89

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

Shades of Celery #AFC359

Tints of Celery #AFC359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 19.39%

R = 38.13%
G = 42.48%
B = 19.39%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#AFC359 (or 0xAFC359) is known color: Celery. HEX triplet: AF, C3 and 59. RGB value is (175,195,89). Sum of RGB (Red+Green+Blue) = 175+195+89=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 195 (76.56% from 255 or 42.48% from 459); Blue value is 89 (35.16% from 255 or 19.39% from 459); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC359 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC359 is #503CA6. Grayscale: #B1B1B1. Windows color (decimal): -5258407 or 5882799. OLE color: 5882799.

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

Color convert

RGB 175 195 89 -
CMYK 0.10 0 0.54 0.24
HSL 71.32º 0.47% 0.56% -
HSV(B) 71.32º 0.54% 0.76% -
XYZ 39 48.87 16.83 -
YUV 176.94 78.37 126.62 -
System Red Green Blue C M Y K H S L
Decimal 175 195 89 0.10 0 0.54 0.24 71.32 0.47 0.56
Hex AF C3 59 A 0 36 18 47 2F 38
Octal 257 303 131 12 0 66 30 107 57 70
Binary 10101111 11000011 1011001 1010 0 110110 11000 1000111 101111 111000

Color Harmonies of #AFC359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC359

Black with #AFC359

Text Example


Text Example

White with #AFC359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC359; }

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

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

background-color css

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

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

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

border-color css

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

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

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