Html Css Color HEX #85F388 Light Green

📋 copy color: '#85F388'

red 133 ◦ green 243 ◦ blue 136

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

Shades of Light Green #85F388

Tints of Light Green #85F388

RGB

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

 GREEN value IS 243 (95.31% from 255) = 47.46%

 BLUE value IS 136 (53.52% from 255) = 26.56%

R = 25.98%
G = 47.46%
B = 26.56%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#85F388 (or 0x85F388) is known color: Light Green. HEX triplet: 85, F3 and 88. RGB value is (133,243,136). Sum of RGB (Red+Green+Blue) = 133+243+136=512 (67% of max value = 765). Red value is 133 (52.34% from 255 or 25.98% from 512); Green value is 243 (95.31% from 255 or 47.46% from 512); Blue value is 136 (53.52% from 255 or 26.56% from 512); Max value from RGB is 243 - color contains mainly: green. Hex color #85F388 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F388 is #7A0C77. Grayscale: #C6C6C6. Windows color (decimal): -7998584 or 8975237. OLE color: 8975237.

HSL color Cylindrical-coordinate representation of color #85F388: hue angle of 121.64º degrees, saturation: 0.82, 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 #85F388 is Cyan = 0.45, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 133 243 136 -
CMYK 0.45 0 0.44 0.05
HSL 121.64º 0.82% 0.74% -
HSV(B) 121.64º 0.45% 0.95% -
XYZ 46.17 70.87 34.54 -
YUV 197.91 93.06 81.7 -
System Red Green Blue C M Y K H S L
Decimal 133 243 136 0.45 0 0.44 0.05 121.64 0.82 0.74
Hex 85 F3 88 2D 0 2C 5 7A 52 4A
Octal 205 363 210 55 0 54 5 172 122 112
Binary 10000101 11110011 10001000 101101 0 101100 101 1111010 1010010 1001010

Color Harmonies of #85F388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F388

Black with #85F388

Text Example


Text Example

White with #85F388

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,243,136); }

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

background-color css

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

 a { background-color: rgb(133,243,136); }

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

border-color css

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

 span { border-color: rgb(133,243,136); }

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