Html Css Color HEX #85ED67 Pastel Green

📋 copy color: '#85ED67'

red 133 ◦ green 237 ◦ blue 103

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

Shades of Pastel Green #85ED67

Tints of Pastel Green #85ED67

RGB

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

 GREEN value IS 237 (92.97% from 255) = 50.11%

 BLUE value IS 103 (40.63% from 255) = 21.78%

R = 28.12%
G = 50.11%
B = 21.78%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#85ED67 (or 0x85ED67) is known color: Pastel Green. HEX triplet: 85, ED and 67. RGB value is (133,237,103). Sum of RGB (Red+Green+Blue) = 133+237+103=473 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.12% from 473); Green value is 237 (92.97% from 255 or 50.11% from 473); Blue value is 103 (40.62% from 255 or 21.78% from 473); Max value from RGB is 237 - color contains mainly: green. Hex color #85ED67 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85ED67 is #7A1298. Grayscale: #BFBFBF. Windows color (decimal): -8000153 or 6811013. OLE color: 6811013.

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

Color convert

RGB 133 237 103 -
CMYK 0.44 0 0.57 0.07
HSL 106.57º 0.79% 0.67% -
HSV(B) 106.57º 0.57% 0.93% -
XYZ 42.41 66.53 23.44 -
YUV 190.63 78.54 86.9 -
System Red Green Blue C M Y K H S L
Decimal 133 237 103 0.44 0 0.57 0.07 106.57 0.79 0.67
Hex 85 ED 67 2C 0 39 7 6B 4F 43
Octal 205 355 147 54 0 71 7 153 117 103
Binary 10000101 11101101 1100111 101100 0 111001 111 1101011 1001111 1000011

Color Harmonies of #85ED67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85ED67

Black with #85ED67

Text Example


Text Example

White with #85ED67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,237,103); }

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

background-color css

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

 a { background-color: rgb(133,237,103); }

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

border-color css

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

 span { border-color: rgb(133,237,103); }

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