Html Css Color HEX #85F37D Light Green

📋 copy color: '#85F37D'

red 133 ◦ green 243 ◦ blue 125

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

Shades of Light Green #85F37D

Tints of Light Green #85F37D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.95%

R = 26.55%
G = 48.5%
B = 24.95%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#85F37D (or 0x85F37D) is known color: Light Green. HEX triplet: 85, F3 and 7D. RGB value is (133,243,125). Sum of RGB (Red+Green+Blue) = 133+243+125=501 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.55% from 501); Green value is 243 (95.31% from 255 or 48.50% from 501); Blue value is 125 (49.22% from 255 or 24.95% from 501); Max value from RGB is 243 - color contains mainly: green. Hex color #85F37D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F37D is #7A0C82. Grayscale: #C5C5C5. Windows color (decimal): -7998595 or 8254341. OLE color: 8254341.

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

Color convert

RGB 133 243 125 -
CMYK 0.45 0 0.49 0.05
HSL 115.93º 0.83% 0.72% -
HSV(B) 115.93º 0.49% 0.95% -
XYZ 45.43 70.57 30.63 -
YUV 196.66 87.56 82.59 -
System Red Green Blue C M Y K H S L
Decimal 133 243 125 0.45 0 0.49 0.05 115.93 0.83 0.72
Hex 85 F3 7D 2D 0 31 5 74 53 48
Octal 205 363 175 55 0 61 5 164 123 110
Binary 10000101 11110011 1111101 101101 0 110001 101 1110100 1010011 1001000

Color Harmonies of #85F37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F37D

Black with #85F37D

Text Example


Text Example

White with #85F37D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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