Html Css Color HEX #85EB64 Pastel Green

📋 copy color: '#85EB64'

red 133 ◦ green 235 ◦ blue 100

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

Shades of Pastel Green #85EB64

Tints of Pastel Green #85EB64

RGB

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

 GREEN value IS 235 (92.19% from 255) = 50.21%

 BLUE value IS 100 (39.45% from 255) = 21.37%

R = 28.42%
G = 50.21%
B = 21.37%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#85EB64 (or 0x85EB64) is known color: Pastel Green. HEX triplet: 85, EB and 64. RGB value is (133,235,100). Sum of RGB (Red+Green+Blue) = 133+235+100=468 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.42% from 468); Green value is 235 (92.19% from 255 or 50.21% from 468); Blue value is 100 (39.45% from 255 or 21.37% from 468); Max value from RGB is 235 - color contains mainly: green. Hex color #85EB64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85EB64 is #7A149B. Grayscale: #BDBDBD. Windows color (decimal): -8000668 or 6613893. OLE color: 6613893.

HSL color Cylindrical-coordinate representation of color #85EB64: hue angle of 105.33º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #85EB64 is Cyan = 0.43, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB 133 235 100 -
CMYK 0.43 0 0.57 0.08
HSL 105.33º 0.77% 0.66% -
HSV(B) 105.33º 0.57% 0.92% -
XYZ 41.68 65.32 22.47 -
YUV 189.11 77.71 87.98 -
System Red Green Blue C M Y K H S L
Decimal 133 235 100 0.43 0 0.57 0.08 105.33 0.77 0.66
Hex 85 EB 64 2B 0 39 8 69 4D 42
Octal 205 353 144 53 0 71 10 151 115 102
Binary 10000101 11101011 1100100 101011 0 111001 1000 1101001 1001101 1000010

Color Harmonies of #85EB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EB64

Black with #85EB64

Text Example


Text Example

White with #85EB64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,235,100); }

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

background-color css

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

 a { background-color: rgb(133,235,100); }

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

border-color css

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

 span { border-color: rgb(133,235,100); }

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