Html Css Color HEX #85EE72 Pastel Green

📋 copy color: '#85EE72'

red 133 ◦ green 238 ◦ blue 114

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

Shades of Pastel Green #85EE72

Tints of Pastel Green #85EE72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.51%

R = 27.42%
G = 49.07%
B = 23.51%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#85EE72 (or 0x85EE72) is known color: Pastel Green. HEX triplet: 85, EE and 72. RGB value is (133,238,114). Sum of RGB (Red+Green+Blue) = 133+238+114=485 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.42% from 485); Green value is 238 (93.36% from 255 or 49.07% from 485); Blue value is 114 (44.92% from 255 or 23.51% from 485); Max value from RGB is 238 - color contains mainly: green. Hex color #85EE72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85EE72 is #7A118D. Grayscale: #C0C0C0. Windows color (decimal): -7999886 or 7532165. OLE color: 7532165.

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

Color convert

RGB 133 238 114 -
CMYK 0.44 0 0.52 0.07
HSL 110.81º 0.78% 0.69% -
HSV(B) 110.81º 0.52% 0.93% -
XYZ 43.28 67.35 26.64 -
YUV 192.47 83.71 85.58 -
System Red Green Blue C M Y K H S L
Decimal 133 238 114 0.44 0 0.52 0.07 110.81 0.78 0.69
Hex 85 EE 72 2C 0 34 7 6F 4E 45
Octal 205 356 162 54 0 64 7 157 116 105
Binary 10000101 11101110 1110010 101100 0 110100 111 1101111 1001110 1000101

Color Harmonies of #85EE72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EE72

Black with #85EE72

Text Example


Text Example

White with #85EE72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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