Html Css Color HEX #85F69A Light Green

📋 copy color: '#85F69A'

red 133 ◦ green 246 ◦ blue 154

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

Shades of Light Green #85F69A

Tints of Light Green #85F69A

RGB

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

 GREEN value IS 246 (96.48% from 255) = 46.15%

 BLUE value IS 154 (60.55% from 255) = 28.89%

R = 24.95%
G = 46.15%
B = 28.89%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#85F69A (or 0x85F69A) is known color: Light Green. HEX triplet: 85, F6 and 9A. RGB value is (133,246,154). Sum of RGB (Red+Green+Blue) = 133+246+154=533 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.95% from 533); Green value is 246 (96.48% from 255 or 46.15% from 533); Blue value is 154 (60.55% from 255 or 28.89% from 533); Max value from RGB is 246 - color contains mainly: green. Hex color #85F69A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F69A is #7A0965. Grayscale: #C9C9C9. Windows color (decimal): -7997798 or 10155653. OLE color: 10155653.

HSL color Cylindrical-coordinate representation of color #85F69A: hue angle of 131.15º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85F69A is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB 133 246 154 -
CMYK 0.46 0 0.37 0.04
HSL 131.15º 0.86% 0.74% -
HSV(B) 131.15º 0.46% 0.96% -
XYZ 48.46 73.23 42.15 -
YUV 201.73 101.06 78.98 -
System Red Green Blue C M Y K H S L
Decimal 133 246 154 0.46 0 0.37 0.04 131.15 0.86 0.74
Hex 85 F6 9A 2E 0 25 4 83 56 4A
Octal 205 366 232 56 0 45 4 203 126 112
Binary 10000101 11110110 10011010 101110 0 100101 100 10000011 1010110 1001010

Color Harmonies of #85F69A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F69A

Black with #85F69A

Text Example


Text Example

White with #85F69A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,246,154); }

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

background-color css

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

 a { background-color: rgb(133,246,154); }

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

border-color css

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

 span { border-color: rgb(133,246,154); }

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