Html Css Color HEX #85F468 Pastel Green

📋 copy color: '#85F468'

red 133 ◦ green 244 ◦ blue 104

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

Shades of Pastel Green #85F468

Tints of Pastel Green #85F468

RGB

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

 GREEN value IS 244 (95.7% from 255) = 50.73%

 BLUE value IS 104 (41.02% from 255) = 21.62%

R = 27.65%
G = 50.73%
B = 21.62%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#85F468 (or 0x85F468) is known color: Pastel Green. HEX triplet: 85, F4 and 68. RGB value is (133,244,104). Sum of RGB (Red+Green+Blue) = 133+244+104=481 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.65% from 481); Green value is 244 (95.70% from 255 or 50.73% from 481); Blue value is 104 (41.02% from 255 or 21.62% from 481); Max value from RGB is 244 - color contains mainly: green. Hex color #85F468 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F468 is #7A0B97. Grayscale: #C3C3C3. Windows color (decimal): -7998360 or 6878341. OLE color: 6878341.

HSL color Cylindrical-coordinate representation of color #85F468: hue angle of 107.57º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #85F468 is Cyan = 0.45, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB 133 244 104 -
CMYK 0.45 0 0.57 0.04
HSL 107.57º 0.86% 0.68% -
HSV(B) 107.57º 0.57% 0.96% -
XYZ 44.52 70.69 24.39 -
YUV 194.85 76.73 83.88 -
System Red Green Blue C M Y K H S L
Decimal 133 244 104 0.45 0 0.57 0.04 107.57 0.86 0.68
Hex 85 F4 68 2D 0 39 4 6C 56 44
Octal 205 364 150 55 0 71 4 154 126 104
Binary 10000101 11110100 1101000 101101 0 111001 100 1101100 1010110 1000100

Color Harmonies of #85F468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F468

Black with #85F468

Text Example


Text Example

White with #85F468

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,244,104); }

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

background-color css

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

 a { background-color: rgb(133,244,104); }

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

border-color css

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

 span { border-color: rgb(133,244,104); }

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