Html Css Color HEX #85F798 Light Green

📋 copy color: '#85F798'

red 133 ◦ green 247 ◦ blue 152

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

Shades of Light Green #85F798

Tints of Light Green #85F798

RGB

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

 GREEN value IS 247 (96.88% from 255) = 46.43%

 BLUE value IS 152 (59.77% from 255) = 28.57%

R = 25%
G = 46.43%
B = 28.57%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.38

 K value IS 0.03

RGB Variations

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

Color information

#85F798 (or 0x85F798) is known color: Light Green. HEX triplet: 85, F7 and 98. RGB value is (133,247,152). Sum of RGB (Red+Green+Blue) = 133+247+152=532 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25% from 532); Green value is 247 (96.88% from 255 or 46.43% from 532); Blue value is 152 (59.77% from 255 or 28.57% from 532); Max value from RGB is 247 - color contains mainly: green. Hex color #85F798 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F798 is #7A0867. Grayscale: #CACACA. Windows color (decimal): -7997544 or 10024837. OLE color: 10024837.

HSL color Cylindrical-coordinate representation of color #85F798: hue angle of 130º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85F798 is Cyan = 0.46, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.03.

Color convert

RGB 133 247 152 -
CMYK 0.46 0 0.38 0.03
HSL 130º 0.88% 0.75% -
HSV(B) 130º 0.46% 0.97% -
XYZ 48.6 73.78 41.38 -
YUV 202.08 99.73 78.72 -
System Red Green Blue C M Y K H S L
Decimal 133 247 152 0.46 0 0.38 0.03 130 0.88 0.75
Hex 85 F7 98 2E 0 26 3 82 58 4B
Octal 205 367 230 56 0 46 3 202 130 113
Binary 10000101 11110111 10011000 101110 0 100110 11 10000010 1011000 1001011

Color Harmonies of #85F798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F798

Black with #85F798

Text Example


Text Example

White with #85F798

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,247,152); }

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

background-color css

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

 a { background-color: rgb(133,247,152); }

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

border-color css

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

 span { border-color: rgb(133,247,152); }

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