Html Css Color HEX #85F26C Pastel Green

📋 copy color: '#85F26C'

red 133 ◦ green 242 ◦ blue 108

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

Shades of Pastel Green #85F26C

Tints of Pastel Green #85F26C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.36%

R = 27.54%
G = 50.1%
B = 22.36%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#85F26C (or 0x85F26C) is known color: Pastel Green. HEX triplet: 85, F2 and 6C. RGB value is (133,242,108). Sum of RGB (Red+Green+Blue) = 133+242+108=483 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.54% from 483); Green value is 242 (94.92% from 255 or 50.10% from 483); Blue value is 108 (42.58% from 255 or 22.36% from 483); Max value from RGB is 242 - color contains mainly: green. Hex color #85F26C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F26C is #7A0D93. Grayscale: #C2C2C2. Windows color (decimal): -7998868 or 7139973. OLE color: 7139973.

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

Color convert

RGB 133 242 108 -
CMYK 0.45 0 0.55 0.05
HSL 108.81º 0.84% 0.69% -
HSV(B) 108.81º 0.55% 0.95% -
XYZ 44.13 69.57 25.29 -
YUV 194.13 79.39 84.4 -
System Red Green Blue C M Y K H S L
Decimal 133 242 108 0.45 0 0.55 0.05 108.81 0.84 0.69
Hex 85 F2 6C 2D 0 37 5 6D 54 45
Octal 205 362 154 55 0 67 5 155 124 105
Binary 10000101 11110010 1101100 101101 0 110111 101 1101101 1010100 1000101

Color Harmonies of #85F26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F26C

Black with #85F26C

Text Example


Text Example

White with #85F26C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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