Html Css Color HEX #85E581 Pastel Green

📋 copy color: '#85E581'

red 133 ◦ green 229 ◦ blue 129

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

Shades of Pastel Green #85E581

Tints of Pastel Green #85E581

RGB

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

 GREEN value IS 229 (89.84% from 255) = 46.64%

 BLUE value IS 129 (50.78% from 255) = 26.27%

R = 27.09%
G = 46.64%
B = 26.27%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#85E581 (or 0x85E581) is known color: Pastel Green. HEX triplet: 85, E5 and 81. RGB value is (133,229,129). Sum of RGB (Red+Green+Blue) = 133+229+129=491 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.09% from 491); Green value is 229 (89.84% from 255 or 46.64% from 491); Blue value is 129 (50.78% from 255 or 26.27% from 491); Max value from RGB is 229 - color contains mainly: green. Hex color #85E581 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85E581 is #7A1A7E. Grayscale: #BDBDBD. Windows color (decimal): -8002175 or 8512901. OLE color: 8512901.

HSL color Cylindrical-coordinate representation of color #85E581: hue angle of 117.6º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85E581 is Cyan = 0.42, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB 133 229 129 -
CMYK 0.42 0 0.44 0.10
HSL 117.6º 0.66% 0.7% -
HSV(B) 117.6º 0.44% 0.9% -
XYZ 41.65 62.61 30.66 -
YUV 188.9 94.2 88.13 -
System Red Green Blue C M Y K H S L
Decimal 133 229 129 0.42 0 0.44 0.10 117.6 0.66 0.7
Hex 85 E5 81 2A 0 2C A 76 42 46
Octal 205 345 201 52 0 54 12 166 102 106
Binary 10000101 11100101 10000001 101010 0 101100 1010 1110110 1000010 1000110

Color Harmonies of #85E581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E581

Black with #85E581

Text Example


Text Example

White with #85E581

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,229,129); }

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

background-color css

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

 a { background-color: rgb(133,229,129); }

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

border-color css

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

 span { border-color: rgb(133,229,129); }

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