Html Css Color HEX #AFCC45 Celery

📋 copy color: '#AFCC45'

red 175 ◦ green 204 ◦ blue 69

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

Shades of Celery #AFCC45

Tints of Celery #AFCC45

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.54%

 BLUE value IS 69 (27.34% from 255) = 15.4%

R = 39.06%
G = 45.54%
B = 15.4%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#AFCC45 (or 0xAFCC45) is known color: Celery. HEX triplet: AF, CC and 45. RGB value is (175,204,69). Sum of RGB (Red+Green+Blue) = 175+204+69=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 204 (80.08% from 255 or 45.54% from 448); Blue value is 69 (27.34% from 255 or 15.40% from 448); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCC45 is #5033BA. Grayscale: #B4B4B4. Windows color (decimal): -5256123 or 4574383. OLE color: 4574383.

HSL color Cylindrical-coordinate representation of color #AFCC45: hue angle of 72.89º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AFCC45 is Cyan = 0.14, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB 175 204 69 -
CMYK 0.14 0 0.66 0.2
HSL 72.89º 0.57% 0.54% -
HSV(B) 72.89º 0.66% 0.8% -
XYZ 40.35 52.73 13.68 -
YUV 179.94 65.39 124.48 -
System Red Green Blue C M Y K H S L
Decimal 175 204 69 0.14 0 0.66 0.2 72.89 0.57 0.54
Hex AF CC 45 E 0 42 14 49 39 36
Octal 257 314 105 16 0 102 24 111 71 66
Binary 10101111 11001100 1000101 1110 0 1000010 10100 1001001 111001 110110

Color Harmonies of #AFCC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCC45

Black with #AFCC45

Text Example


Text Example

White with #AFCC45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCC45; }

 p { color: rgb(175,204,69); }

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

background-color css

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

 a { background-color: rgb(175,204,69); }

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

border-color css

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

 span { border-color: rgb(175,204,69); }

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