Html Css Color HEX #85E675 Pastel Green

📋 copy color: '#85E675'

red 133 ◦ green 230 ◦ blue 117

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

Shades of Pastel Green #85E675

Tints of Pastel Green #85E675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.38%

R = 27.71%
G = 47.92%
B = 24.38%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#85E675 (or 0x85E675) is known color: Pastel Green. HEX triplet: 85, E6 and 75. RGB value is (133,230,117). Sum of RGB (Red+Green+Blue) = 133+230+117=480 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.71% from 480); Green value is 230 (90.23% from 255 or 47.92% from 480); Blue value is 117 (46.09% from 255 or 24.38% from 480); Max value from RGB is 230 - color contains mainly: green. Hex color #85E675 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85E675 is #7A198A. Grayscale: #BCBCBC. Windows color (decimal): -8001931 or 7726725. OLE color: 7726725.

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

Color convert

RGB 133 230 117 -
CMYK 0.42 0 0.49 0.10
HSL 111.5º 0.69% 0.68% -
HSV(B) 111.5º 0.49% 0.9% -
XYZ 41.18 62.86 26.79 -
YUV 188.12 87.86 88.69 -
System Red Green Blue C M Y K H S L
Decimal 133 230 117 0.42 0 0.49 0.10 111.5 0.69 0.68
Hex 85 E6 75 2A 0 31 A 70 45 44
Octal 205 346 165 52 0 61 12 160 105 104
Binary 10000101 11100110 1110101 101010 0 110001 1010 1110000 1000101 1000100

Color Harmonies of #85E675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E675

Black with #85E675

Text Example


Text Example

White with #85E675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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