Html Css Color HEX #AFE463 Conifer

📋 copy color: '#AFE463'

red 175 ◦ green 228 ◦ blue 99

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

Shades of Conifer #AFE463

Tints of Conifer #AFE463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 19.72%

R = 34.86%
G = 45.42%
B = 19.72%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.57

 K value IS 0.11

RGB Variations

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

Color information

#AFE463 (or 0xAFE463) is known color: Conifer. HEX triplet: AF, E4 and 63. RGB value is (175,228,99). Sum of RGB (Red+Green+Blue) = 175+228+99=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 228 (89.45% from 255 or 45.42% from 502); Blue value is 99 (39.06% from 255 or 19.72% from 502); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE463 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE463 is #501B9C. Grayscale: #C5C5C5. Windows color (decimal): -5249949 or 6546607. OLE color: 6546607.

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

Color convert

RGB 175 228 99 -
CMYK 0.23 0 0.57 0.11
HSL 84.65º 0.7% 0.64% -
HSV(B) 84.65º 0.57% 0.89% -
XYZ 47.67 65.5 21.93 -
YUV 197.45 72.44 111.99 -
System Red Green Blue C M Y K H S L
Decimal 175 228 99 0.23 0 0.57 0.11 84.65 0.7 0.64
Hex AF E4 63 17 0 39 B 55 46 40
Octal 257 344 143 27 0 71 13 125 106 100
Binary 10101111 11100100 1100011 10111 0 111001 1011 1010101 1000110 1000000

Color Harmonies of #AFE463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE463

Black with #AFE463

Text Example


Text Example

White with #AFE463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE463; }

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

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

background-color css

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

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

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

border-color css

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

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

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