Html Css Color HEX #AFE84E Conifer

📋 copy color: '#AFE84E'

red 175 ◦ green 232 ◦ blue 78

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

Shades of Conifer #AFE84E

Tints of Conifer #AFE84E

RGB

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

 GREEN value IS 232 (91.02% from 255) = 47.84%

 BLUE value IS 78 (30.86% from 255) = 16.08%

R = 36.08%
G = 47.84%
B = 16.08%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#AFE84E (or 0xAFE84E) is known color: Conifer. HEX triplet: AF, E8 and 4E. RGB value is (175,232,78). Sum of RGB (Red+Green+Blue) = 175+232+78=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 232 (91.02% from 255 or 47.84% from 485); Blue value is 78 (30.86% from 255 or 16.08% from 485); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE84E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE84E is #5017B1. Grayscale: #C5C5C5. Windows color (decimal): -5248946 or 5171375. OLE color: 5171375.

HSL color Cylindrical-coordinate representation of color #AFE84E: hue angle of 82.21º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AFE84E is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 232 78 -
CMYK 0.25 0 0.66 0.09
HSL 82.21º 0.77% 0.61% -
HSV(B) 82.21º 0.66% 0.91% -
XYZ 47.91 67.38 17.69 -
YUV 197.4 60.62 112.02 -
System Red Green Blue C M Y K H S L
Decimal 175 232 78 0.25 0 0.66 0.09 82.21 0.77 0.61
Hex AF E8 4E 19 0 42 9 52 4D 3D
Octal 257 350 116 31 0 102 11 122 115 75
Binary 10101111 11101000 1001110 11001 0 1000010 1001 1010010 1001101 111101

Color Harmonies of #AFE84E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE84E

Black with #AFE84E

Text Example


Text Example

White with #AFE84E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE84E; }

 p { color: rgb(175,232,78); }

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

background-color css

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

 a { background-color: rgb(175,232,78); }

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

border-color css

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

 span { border-color: rgb(175,232,78); }

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