Html Css Color HEX #AFE550 Conifer

📋 copy color: '#AFE550'

red 175 ◦ green 229 ◦ blue 80

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

Shades of Conifer #AFE550

Tints of Conifer #AFE550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 16.53%

R = 36.16%
G = 47.31%
B = 16.53%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#AFE550 (or 0xAFE550) is known color: Conifer. HEX triplet: AF, E5 and 50. RGB value is (175,229,80). Sum of RGB (Red+Green+Blue) = 175+229+80=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 229 (89.84% from 255 or 47.31% from 484); Blue value is 80 (31.64% from 255 or 16.53% from 484); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE550 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE550 is #501AAF. Grayscale: #C4C4C4. Windows color (decimal): -5249712 or 5301679. OLE color: 5301679.

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

Color convert

RGB 175 229 80 -
CMYK 0.24 0 0.65 0.10
HSL 81.74º 0.74% 0.61% -
HSV(B) 81.74º 0.65% 0.9% -
XYZ 47.15 65.73 17.79 -
YUV 195.87 62.61 113.12 -
System Red Green Blue C M Y K H S L
Decimal 175 229 80 0.24 0 0.65 0.10 81.74 0.74 0.61
Hex AF E5 50 18 0 41 A 52 4A 3D
Octal 257 345 120 30 0 101 12 122 112 75
Binary 10101111 11100101 1010000 11000 0 1000001 1010 1010010 1001010 111101

Color Harmonies of #AFE550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE550

Black with #AFE550

Text Example


Text Example

White with #AFE550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE550; }

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

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

background-color css

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

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

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

border-color css

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

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

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