Html Css Color HEX #85EC69 Pastel Green

📋 copy color: '#85EC69'

red 133 ◦ green 236 ◦ blue 105

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

Shades of Pastel Green #85EC69

Tints of Pastel Green #85EC69

RGB

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

 GREEN value IS 236 (92.58% from 255) = 49.79%

 BLUE value IS 105 (41.41% from 255) = 22.15%

R = 28.06%
G = 49.79%
B = 22.15%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#85EC69 (or 0x85EC69) is known color: Pastel Green. HEX triplet: 85, EC and 69. RGB value is (133,236,105). Sum of RGB (Red+Green+Blue) = 133+236+105=474 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.06% from 474); Green value is 236 (92.58% from 255 or 49.79% from 474); Blue value is 105 (41.41% from 255 or 22.15% from 474); Max value from RGB is 236 - color contains mainly: green. Hex color #85EC69 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85EC69 is #7A1396. Grayscale: #BEBEBE. Windows color (decimal): -8000407 or 6941829. OLE color: 6941829.

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

Color convert

RGB 133 236 105 -
CMYK 0.44 0 0.56 0.07
HSL 107.18º 0.78% 0.67% -
HSV(B) 107.18º 0.56% 0.93% -
XYZ 42.22 66 23.88 -
YUV 190.27 79.88 87.15 -
System Red Green Blue C M Y K H S L
Decimal 133 236 105 0.44 0 0.56 0.07 107.18 0.78 0.67
Hex 85 EC 69 2C 0 38 7 6B 4E 43
Octal 205 354 151 54 0 70 7 153 116 103
Binary 10000101 11101100 1101001 101100 0 111000 111 1101011 1001110 1000011

Color Harmonies of #85EC69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EC69

Black with #85EC69

Text Example


Text Example

White with #85EC69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,236,105); }

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

background-color css

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

 a { background-color: rgb(133,236,105); }

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

border-color css

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

 span { border-color: rgb(133,236,105); }

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