Html Css Color HEX #AFE44D Conifer

📋 copy color: '#AFE44D'

red 175 ◦ green 228 ◦ blue 77

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

Shades of Conifer #AFE44D

Tints of Conifer #AFE44D

RGB

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

 GREEN value IS 228 (89.45% from 255) = 47.5%

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

R = 36.46%
G = 47.5%
B = 16.04%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#AFE44D (or 0xAFE44D) is known color: Conifer. HEX triplet: AF, E4 and 4D. RGB value is (175,228,77). Sum of RGB (Red+Green+Blue) = 175+228+77=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 228 (89.45% from 255 or 47.5% from 480); Blue value is 77 (30.47% from 255 or 16.04% from 480); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE44D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE44D is #501BB2. Grayscale: #C3C3C3. Windows color (decimal): -5249971 or 5104815. OLE color: 5104815.

HSL color Cylindrical-coordinate representation of color #AFE44D: hue angle of 81.06º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AFE44D is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 228 77 -
CMYK 0.23 0 0.66 0.11
HSL 81.06º 0.74% 0.6% -
HSV(B) 81.06º 0.66% 0.89% -
XYZ 46.76 65.14 17.13 -
YUV 194.94 61.44 113.78 -
System Red Green Blue C M Y K H S L
Decimal 175 228 77 0.23 0 0.66 0.11 81.06 0.74 0.6
Hex AF E4 4D 17 0 42 B 51 4A 3C
Octal 257 344 115 27 0 102 13 121 112 74
Binary 10101111 11100100 1001101 10111 0 1000010 1011 1010001 1001010 111100

Color Harmonies of #AFE44D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE44D

Black with #AFE44D

Text Example


Text Example

White with #AFE44D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE44D; }

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

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

background-color css

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

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

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

border-color css

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

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

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