Html Css Color HEX #85EF6A Pastel Green

📋 copy color: '#85EF6A'

red 133 ◦ green 239 ◦ blue 106

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

Shades of Pastel Green #85EF6A

Tints of Pastel Green #85EF6A

RGB

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

 GREEN value IS 239 (93.75% from 255) = 50%

 BLUE value IS 106 (41.8% from 255) = 22.18%

R = 27.82%
G = 50%
B = 22.18%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#85EF6A (or 0x85EF6A) is known color: Pastel Green. HEX triplet: 85, EF and 6A. RGB value is (133,239,106). Sum of RGB (Red+Green+Blue) = 133+239+106=478 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.82% from 478); Green value is 239 (93.75% from 255 or 50% from 478); Blue value is 106 (41.80% from 255 or 22.18% from 478); Max value from RGB is 239 - color contains mainly: green. Hex color #85EF6A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85EF6A is #7A1095. Grayscale: #C0C0C0. Windows color (decimal): -7999638 or 7008133. OLE color: 7008133.

HSL color Cylindrical-coordinate representation of color #85EF6A: hue angle of 107.82º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #85EF6A is Cyan = 0.44, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 133 239 106 -
CMYK 0.44 0 0.56 0.06
HSL 107.82º 0.81% 0.68% -
HSV(B) 107.82º 0.56% 0.94% -
XYZ 43.14 67.76 24.44 -
YUV 192.14 79.38 85.81 -
System Red Green Blue C M Y K H S L
Decimal 133 239 106 0.44 0 0.56 0.06 107.82 0.81 0.68
Hex 85 EF 6A 2C 0 38 6 6C 51 44
Octal 205 357 152 54 0 70 6 154 121 104
Binary 10000101 11101111 1101010 101100 0 111000 110 1101100 1010001 1000100

Color Harmonies of #85EF6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EF6A

Black with #85EF6A

Text Example


Text Example

White with #85EF6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,239,106); }

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

background-color css

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

 a { background-color: rgb(133,239,106); }

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

border-color css

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

 span { border-color: rgb(133,239,106); }

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