Html Css Color HEX #AFE55F Conifer

📋 copy color: '#AFE55F'

red 175 ◦ green 229 ◦ blue 95

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

Shades of Conifer #AFE55F

Tints of Conifer #AFE55F

RGB

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

 GREEN value IS 229 (89.84% from 255) = 45.89%

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

R = 35.07%
G = 45.89%
B = 19.04%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#AFE55F (or 0xAFE55F) is known color: Conifer. HEX triplet: AF, E5 and 5F. RGB value is (175,229,95). Sum of RGB (Red+Green+Blue) = 175+229+95=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 229 (89.84% from 255 or 45.89% from 499); Blue value is 95 (37.5% from 255 or 19.04% from 499); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE55F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE55F is #501AA0. Grayscale: #C6C6C6. Windows color (decimal): -5249697 or 6284719. OLE color: 6284719.

HSL color Cylindrical-coordinate representation of color #AFE55F: hue angle of 84.18º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AFE55F is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 229 95 -
CMYK 0.24 0 0.59 0.10
HSL 84.18º 0.72% 0.64% -
HSV(B) 84.18º 0.59% 0.9% -
XYZ 47.76 65.98 21.04 -
YUV 197.58 70.11 111.9 -
System Red Green Blue C M Y K H S L
Decimal 175 229 95 0.24 0 0.59 0.10 84.18 0.72 0.64
Hex AF E5 5F 18 0 3B A 54 48 40
Octal 257 345 137 30 0 73 12 124 110 100
Binary 10101111 11100101 1011111 11000 0 111011 1010 1010100 1001000 1000000

Color Harmonies of #AFE55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE55F

Black with #AFE55F

Text Example


Text Example

White with #AFE55F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE55F; }

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

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

background-color css

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

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

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

border-color css

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

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

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