Html Css Color HEX #85EE70 Pastel Green

📋 copy color: '#85EE70'

red 133 ◦ green 238 ◦ blue 112

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

Shades of Pastel Green #85EE70

Tints of Pastel Green #85EE70

RGB

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

 GREEN value IS 238 (93.36% from 255) = 49.28%

 BLUE value IS 112 (44.14% from 255) = 23.19%

R = 27.54%
G = 49.28%
B = 23.19%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#85EE70 (or 0x85EE70) is known color: Pastel Green. HEX triplet: 85, EE and 70. RGB value is (133,238,112). Sum of RGB (Red+Green+Blue) = 133+238+112=483 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.54% from 483); Green value is 238 (93.36% from 255 or 49.28% from 483); Blue value is 112 (44.14% from 255 or 23.19% from 483); Max value from RGB is 238 - color contains mainly: green. Hex color #85EE70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85EE70 is #7A118F. Grayscale: #C0C0C0. Windows color (decimal): -7999888 or 7401093. OLE color: 7401093.

HSL color Cylindrical-coordinate representation of color #85EE70: hue angle of 110º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #85EE70 is Cyan = 0.44, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 238 112 -
CMYK 0.44 0 0.53 0.07
HSL 110º 0.79% 0.69% -
HSV(B) 110º 0.53% 0.93% -
XYZ 43.17 67.31 26.05 -
YUV 192.24 82.71 85.75 -
System Red Green Blue C M Y K H S L
Decimal 133 238 112 0.44 0 0.53 0.07 110 0.79 0.69
Hex 85 EE 70 2C 0 35 7 6E 4F 45
Octal 205 356 160 54 0 65 7 156 117 105
Binary 10000101 11101110 1110000 101100 0 110101 111 1101110 1001111 1000101

Color Harmonies of #85EE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EE70

Black with #85EE70

Text Example


Text Example

White with #85EE70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,238,112); }

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

background-color css

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

 a { background-color: rgb(133,238,112); }

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

border-color css

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

 span { border-color: rgb(133,238,112); }

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