Html Css Color HEX #85EF70 Pastel Green

📋 copy color: '#85EF70'

red 133 ◦ green 239 ◦ blue 112

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

Shades of Pastel Green #85EF70

Tints of Pastel Green #85EF70

RGB

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

 GREEN value IS 239 (93.75% from 255) = 49.38%

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

R = 27.48%
G = 49.38%
B = 23.14%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#85EF70 (or 0x85EF70) is known color: Pastel Green. HEX triplet: 85, EF and 70. RGB value is (133,239,112). Sum of RGB (Red+Green+Blue) = 133+239+112=484 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.48% from 484); Green value is 239 (93.75% from 255 or 49.38% from 484); Blue value is 112 (44.14% from 255 or 23.14% from 484); Max value from RGB is 239 - color contains mainly: green. Hex color #85EF70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85EF70 is #7A108F. Grayscale: #C1C1C1. Windows color (decimal): -7999632 or 7401349. OLE color: 7401349.

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

Color convert

RGB 133 239 112 -
CMYK 0.44 0 0.53 0.06
HSL 110.08º 0.8% 0.69% -
HSV(B) 110.08º 0.53% 0.94% -
XYZ 43.46 67.89 26.14 -
YUV 192.83 82.38 85.33 -
System Red Green Blue C M Y K H S L
Decimal 133 239 112 0.44 0 0.53 0.06 110.08 0.8 0.69
Hex 85 EF 70 2C 0 35 6 6E 50 45
Octal 205 357 160 54 0 65 6 156 120 105
Binary 10000101 11101111 1110000 101100 0 110101 110 1101110 1010000 1000101

Color Harmonies of #85EF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EF70

Black with #85EF70

Text Example


Text Example

White with #85EF70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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