Html Css Color HEX #AFE45D Conifer

📋 copy color: '#AFE45D'

red 175 ◦ green 228 ◦ blue 93

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

Shades of Conifer #AFE45D

Tints of Conifer #AFE45D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.75%

R = 35.28%
G = 45.97%
B = 18.75%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#AFE45D (or 0xAFE45D) is known color: Conifer. HEX triplet: AF, E4 and 5D. RGB value is (175,228,93). Sum of RGB (Red+Green+Blue) = 175+228+93=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 228 (89.45% from 255 or 45.97% from 496); Blue value is 93 (36.72% from 255 or 18.75% from 496); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE45D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE45D is #501BA2. Grayscale: #C5C5C5. Windows color (decimal): -5249955 or 6153391. OLE color: 6153391.

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

Color convert

RGB 175 228 93 -
CMYK 0.23 0 0.59 0.11
HSL 83.56º 0.71% 0.63% -
HSV(B) 83.56º 0.59% 0.89% -
XYZ 47.4 65.39 20.48 -
YUV 196.76 69.44 112.48 -
System Red Green Blue C M Y K H S L
Decimal 175 228 93 0.23 0 0.59 0.11 83.56 0.71 0.63
Hex AF E4 5D 17 0 3B B 54 47 3F
Octal 257 344 135 27 0 73 13 124 107 77
Binary 10101111 11100100 1011101 10111 0 111011 1011 1010100 1000111 111111

Color Harmonies of #AFE45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE45D

Black with #AFE45D

Text Example


Text Example

White with #AFE45D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE45D; }

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

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

background-color css

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

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

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

border-color css

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

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

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