Html Css Color HEX #85E662 Pastel Green

📋 copy color: '#85E662'

red 133 ◦ green 230 ◦ blue 98

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

Shades of Pastel Green #85E662

Tints of Pastel Green #85E662

RGB

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

 GREEN value IS 230 (90.23% from 255) = 49.89%

 BLUE value IS 98 (38.67% from 255) = 21.26%

R = 28.85%
G = 49.89%
B = 21.26%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.57

 K value IS 0.10

RGB Variations

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

Color information

#85E662 (or 0x85E662) is known color: Pastel Green. HEX triplet: 85, E6 and 62. RGB value is (133,230,98). Sum of RGB (Red+Green+Blue) = 133+230+98=461 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.85% from 461); Green value is 230 (90.23% from 255 or 49.89% from 461); Blue value is 98 (38.67% from 255 or 21.26% from 461); Max value from RGB is 230 - color contains mainly: green. Hex color #85E662 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85E662 is #7A199D. Grayscale: #BABABA. Windows color (decimal): -8001950 or 6481541. OLE color: 6481541.

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

Color convert

RGB 133 230 98 -
CMYK 0.42 0 0.57 0.10
HSL 104.09º 0.73% 0.64% -
HSV(B) 104.09º 0.57% 0.9% -
XYZ 40.17 62.46 21.49 -
YUV 185.95 78.36 90.23 -
System Red Green Blue C M Y K H S L
Decimal 133 230 98 0.42 0 0.57 0.10 104.09 0.73 0.64
Hex 85 E6 62 2A 0 39 A 68 49 40
Octal 205 346 142 52 0 71 12 150 111 100
Binary 10000101 11100110 1100010 101010 0 111001 1010 1101000 1001001 1000000

Color Harmonies of #85E662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E662

Black with #85E662

Text Example


Text Example

White with #85E662

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,230,98); }

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

background-color css

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

 a { background-color: rgb(133,230,98); }

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

border-color css

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

 span { border-color: rgb(133,230,98); }

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