Html Css Color HEX #AFE35F Conifer

📋 copy color: '#AFE35F'

red 175 ◦ green 227 ◦ blue 95

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

Shades of Conifer #AFE35F

Tints of Conifer #AFE35F

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.67%

 BLUE value IS 95 (37.5% from 255) = 19.11%

R = 35.21%
G = 45.67%
B = 19.11%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#AFE35F (or 0xAFE35F) is known color: Conifer. HEX triplet: AF, E3 and 5F. RGB value is (175,227,95). Sum of RGB (Red+Green+Blue) = 175+227+95=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 227 (89.06% from 255 or 45.67% from 497); Blue value is 95 (37.5% from 255 or 19.11% from 497); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE35F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE35F is #501CA0. Grayscale: #C4C4C4. Windows color (decimal): -5250209 or 6284207. OLE color: 6284207.

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

Color convert

RGB 175 227 95 -
CMYK 0.23 0 0.58 0.11
HSL 83.64º 0.7% 0.63% -
HSV(B) 83.64º 0.58% 0.89% -
XYZ 47.21 64.88 20.86 -
YUV 196.4 70.77 112.73 -
System Red Green Blue C M Y K H S L
Decimal 175 227 95 0.23 0 0.58 0.11 83.64 0.7 0.63
Hex AF E3 5F 17 0 3A B 54 46 3F
Octal 257 343 137 27 0 72 13 124 106 77
Binary 10101111 11100011 1011111 10111 0 111010 1011 1010100 1000110 111111

Color Harmonies of #AFE35F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE35F

Black with #AFE35F

Text Example


Text Example

White with #AFE35F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE35F; }

 p { color: rgb(175,227,95); }

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

background-color css

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

 a { background-color: rgb(175,227,95); }

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

border-color css

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

 span { border-color: rgb(175,227,95); }

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