Html Css Color HEX #AFC64D Celery

📋 copy color: '#AFC64D'

red 175 ◦ green 198 ◦ blue 77

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

Shades of Celery #AFC64D

Tints of Celery #AFC64D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 44%

 BLUE value IS 77 (30.47% from 255) = 17.11%

R = 38.89%
G = 44%
B = 17.11%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#AFC64D (or 0xAFC64D) is known color: Celery. HEX triplet: AF, C6 and 4D. RGB value is (175,198,77). Sum of RGB (Red+Green+Blue) = 175+198+77=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 198 (77.73% from 255 or 44% from 450); Blue value is 77 (30.47% from 255 or 17.11% from 450); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC64D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC64D is #5039B2. Grayscale: #B1B1B1. Windows color (decimal): -5257651 or 5097135. OLE color: 5097135.

HSL color Cylindrical-coordinate representation of color #AFC64D: hue angle of 71.4º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AFC64D is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 198 77 -
CMYK 0.12 0 0.61 0.22
HSL 71.4º 0.51% 0.54% -
HSV(B) 71.4º 0.61% 0.78% -
XYZ 39.21 50.04 14.61 -
YUV 177.33 71.38 126.34 -
System Red Green Blue C M Y K H S L
Decimal 175 198 77 0.12 0 0.61 0.22 71.4 0.51 0.54
Hex AF C6 4D C 0 3D 16 47 33 36
Octal 257 306 115 14 0 75 26 107 63 66
Binary 10101111 11000110 1001101 1100 0 111101 10110 1000111 110011 110110

Color Harmonies of #AFC64D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC64D

Black with #AFC64D

Text Example


Text Example

White with #AFC64D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC64D; }

 p { color: rgb(175,198,77); }

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

background-color css

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

 a { background-color: rgb(175,198,77); }

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

border-color css

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

 span { border-color: rgb(175,198,77); }

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