Html Css Color HEX #AFEE55 Conifer

📋 copy color: '#AFEE55'

red 175 ◦ green 238 ◦ blue 85

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

Shades of Conifer #AFEE55

Tints of Conifer #AFEE55

RGB

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

 GREEN value IS 238 (93.36% from 255) = 47.79%

 BLUE value IS 85 (33.59% from 255) = 17.07%

R = 35.14%
G = 47.79%
B = 17.07%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#AFEE55 (or 0xAFEE55) is known color: Conifer. HEX triplet: AF, EE and 55. RGB value is (175,238,85). Sum of RGB (Red+Green+Blue) = 175+238+85=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 238 (93.36% from 255 or 47.79% from 498); Blue value is 85 (33.59% from 255 or 17.07% from 498); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEE55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEE55 is #5011AA. Grayscale: #CACACA. Windows color (decimal): -5247403 or 5631663. OLE color: 5631663.

HSL color Cylindrical-coordinate representation of color #AFEE55: hue angle of 84.71º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AFEE55 is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 238 85 -
CMYK 0.26 0 0.64 0.07
HSL 84.71º 0.82% 0.63% -
HSV(B) 84.71º 0.64% 0.93% -
XYZ 49.89 70.92 19.65 -
YUV 201.72 62.13 108.94 -
System Red Green Blue C M Y K H S L
Decimal 175 238 85 0.26 0 0.64 0.07 84.71 0.82 0.63
Hex AF EE 55 1A 0 40 7 55 52 3F
Octal 257 356 125 32 0 100 7 125 122 77
Binary 10101111 11101110 1010101 11010 0 1000000 111 1010101 1010010 111111

Color Harmonies of #AFEE55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEE55

Black with #AFEE55

Text Example


Text Example

White with #AFEE55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEE55; }

 p { color: rgb(175,238,85); }

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

background-color css

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

 a { background-color: rgb(175,238,85); }

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

border-color css

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

 span { border-color: rgb(175,238,85); }

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