Html Css Color HEX #85F26B Pastel Green

📋 copy color: '#85F26B'

red 133 ◦ green 242 ◦ blue 107

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

Shades of Pastel Green #85F26B

Tints of Pastel Green #85F26B

RGB

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

 GREEN value IS 242 (94.92% from 255) = 50.21%

 BLUE value IS 107 (42.19% from 255) = 22.2%

R = 27.59%
G = 50.21%
B = 22.2%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#85F26B (or 0x85F26B) is known color: Pastel Green. HEX triplet: 85, F2 and 6B. RGB value is (133,242,107). Sum of RGB (Red+Green+Blue) = 133+242+107=482 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.59% from 482); Green value is 242 (94.92% from 255 or 50.21% from 482); Blue value is 107 (42.19% from 255 or 22.20% from 482); Max value from RGB is 242 - color contains mainly: green. Hex color #85F26B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F26B is #7A0D94. Grayscale: #C2C2C2. Windows color (decimal): -7998869 or 7074437. OLE color: 7074437.

HSL color Cylindrical-coordinate representation of color #85F26B: hue angle of 108.44º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #85F26B is Cyan = 0.45, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB 133 242 107 -
CMYK 0.45 0 0.56 0.05
HSL 108.44º 0.84% 0.68% -
HSV(B) 108.44º 0.56% 0.95% -
XYZ 44.08 69.55 25.01 -
YUV 194.02 78.89 84.48 -
System Red Green Blue C M Y K H S L
Decimal 133 242 107 0.45 0 0.56 0.05 108.44 0.84 0.68
Hex 85 F2 6B 2D 0 38 5 6C 54 44
Octal 205 362 153 55 0 70 5 154 124 104
Binary 10000101 11110010 1101011 101101 0 111000 101 1101100 1010100 1000100

Color Harmonies of #85F26B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F26B

Black with #85F26B

Text Example


Text Example

White with #85F26B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,242,107); }

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

background-color css

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

 a { background-color: rgb(133,242,107); }

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

border-color css

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

 span { border-color: rgb(133,242,107); }

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