Html Css Color HEX #85F28F Light Green

📋 copy color: '#85F28F'

red 133 ◦ green 242 ◦ blue 143

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

Shades of Light Green #85F28F

Tints of Light Green #85F28F

RGB

 RED value IS 133 (52.34% from 255) = 25.68%

 GREEN value IS 242 (94.92% from 255) = 46.72%

 BLUE value IS 143 (56.25% from 255) = 27.61%

R = 25.68%
G = 46.72%
B = 27.61%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#85F28F (or 0x85F28F) is known color: Light Green. HEX triplet: 85, F2 and 8F. RGB value is (133,242,143). Sum of RGB (Red+Green+Blue) = 133+242+143=518 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.68% from 518); Green value is 242 (94.92% from 255 or 46.72% from 518); Blue value is 143 (56.25% from 255 or 27.61% from 518); Max value from RGB is 242 - color contains mainly: green. Hex color #85F28F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F28F is #7A0D70. Grayscale: #C6C6C6. Windows color (decimal): -7998833 or 9433733. OLE color: 9433733.

HSL color Cylindrical-coordinate representation of color #85F28F: hue angle of 125.5º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85F28F is Cyan = 0.45, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB 133 242 143 -
CMYK 0.45 0 0.41 0.05
HSL 125.5º 0.81% 0.74% -
HSV(B) 125.5º 0.45% 0.95% -
XYZ 46.38 70.47 37.14 -
YUV 198.12 96.89 81.55 -
System Red Green Blue C M Y K H S L
Decimal 133 242 143 0.45 0 0.41 0.05 125.5 0.81 0.74
Hex 85 F2 8F 2D 0 29 5 7E 51 4A
Octal 205 362 217 55 0 51 5 176 121 112
Binary 10000101 11110010 10001111 101101 0 101001 101 1111110 1010001 1001010

Color Harmonies of #85F28F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F28F

Black with #85F28F

Text Example


Text Example

White with #85F28F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85F28F; }

 p { color: rgb(133,242,143); }

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

background-color css

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

 a { background-color: rgb(133,242,143); }

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

border-color css

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

 span { border-color: rgb(133,242,143); }

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