Html Css Color HEX #85FA99 Light Green

📋 copy color: '#85FA99'

red 133 ◦ green 250 ◦ blue 153

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

Shades of Light Green #85FA99

Tints of Light Green #85FA99

RGB

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

 GREEN value IS 250 (98.05% from 255) = 46.64%

 BLUE value IS 153 (60.16% from 255) = 28.54%

R = 24.81%
G = 46.64%
B = 28.54%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#85FA99 (or 0x85FA99) is known color: Light Green. HEX triplet: 85, FA and 99. RGB value is (133,250,153). Sum of RGB (Red+Green+Blue) = 133+250+153=536 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.81% from 536); Green value is 250 (98.05% from 255 or 46.64% from 536); Blue value is 153 (60.16% from 255 or 28.54% from 536); Max value from RGB is 250 - color contains mainly: green. Hex color #85FA99 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FA99 is #7A0566. Grayscale: #CCCCCC. Windows color (decimal): -7996775 or 10091141. OLE color: 10091141.

HSL color Cylindrical-coordinate representation of color #85FA99: hue angle of 130.26º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85FA99 is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB 133 250 153 -
CMYK 0.47 0 0.39 0.02
HSL 130.26º 0.92% 0.75% -
HSV(B) 130.26º 0.47% 0.98% -
XYZ 49.61 75.66 42.13 -
YUV 203.96 99.24 77.39 -
System Red Green Blue C M Y K H S L
Decimal 133 250 153 0.47 0 0.39 0.02 130.26 0.92 0.75
Hex 85 FA 99 2F 0 27 2 82 5C 4B
Octal 205 372 231 57 0 47 2 202 134 113
Binary 10000101 11111010 10011001 101111 0 100111 10 10000010 1011100 1001011

Color Harmonies of #85FA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FA99

Black with #85FA99

Text Example


Text Example

White with #85FA99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,250,153); }

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

background-color css

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

 a { background-color: rgb(133,250,153); }

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

border-color css

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

 span { border-color: rgb(133,250,153); }

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