Html Css Color HEX #AFE45B Conifer

📋 copy color: '#AFE45B'

red 175 ◦ green 228 ◦ blue 91

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

Shades of Conifer #AFE45B

Tints of Conifer #AFE45B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 18.42%

R = 35.43%
G = 46.15%
B = 18.42%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#AFE45B (or 0xAFE45B) is known color: Conifer. HEX triplet: AF, E4 and 5B. RGB value is (175,228,91). Sum of RGB (Red+Green+Blue) = 175+228+91=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 228 (89.45% from 255 or 46.15% from 494); Blue value is 91 (35.94% from 255 or 18.42% from 494); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE45B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE45B is #501BA4. Grayscale: #C5C5C5. Windows color (decimal): -5249957 or 6022319. OLE color: 6022319.

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

Color convert

RGB 175 228 91 -
CMYK 0.23 0 0.60 0.11
HSL 83.21º 0.72% 0.63% -
HSV(B) 83.21º 0.6% 0.89% -
XYZ 47.31 65.36 20.02 -
YUV 196.54 68.44 112.64 -
System Red Green Blue C M Y K H S L
Decimal 175 228 91 0.23 0 0.60 0.11 83.21 0.72 0.63
Hex AF E4 5B 17 0 3C B 53 48 3F
Octal 257 344 133 27 0 74 13 123 110 77
Binary 10101111 11100100 1011011 10111 0 111100 1011 1010011 1001000 111111

Color Harmonies of #AFE45B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE45B

Black with #AFE45B

Text Example


Text Example

White with #AFE45B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE45B; }

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

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

background-color css

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

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

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

border-color css

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

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

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