Html Css Color HEX #85F78F Light Green

📋 copy color: '#85F78F'

red 133 ◦ green 247 ◦ blue 143

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

Shades of Light Green #85F78F

Tints of Light Green #85F78F

RGB

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

 GREEN value IS 247 (96.88% from 255) = 47.23%

 BLUE value IS 143 (56.25% from 255) = 27.34%

R = 25.43%
G = 47.23%
B = 27.34%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#85F78F (or 0x85F78F) is known color: Light Green. HEX triplet: 85, F7 and 8F. RGB value is (133,247,143). Sum of RGB (Red+Green+Blue) = 133+247+143=523 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.43% from 523); Green value is 247 (96.88% from 255 or 47.23% from 523); Blue value is 143 (56.25% from 255 or 27.34% from 523); Max value from RGB is 247 - color contains mainly: green. Hex color #85F78F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F78F is #7A0870. Grayscale: #C9C9C9. Windows color (decimal): -7997553 or 9435013. OLE color: 9435013.

HSL color Cylindrical-coordinate representation of color #85F78F: hue angle of 125.26º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85F78F is Cyan = 0.46, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.03.

Color convert

RGB 133 247 143 -
CMYK 0.46 0 0.42 0.03
HSL 125.26º 0.88% 0.75% -
HSV(B) 125.26º 0.46% 0.97% -
XYZ 47.89 73.49 37.65 -
YUV 201.06 95.23 79.46 -
System Red Green Blue C M Y K H S L
Decimal 133 247 143 0.46 0 0.42 0.03 125.26 0.88 0.75
Hex 85 F7 8F 2E 0 2A 3 7D 58 4B
Octal 205 367 217 56 0 52 3 175 130 113
Binary 10000101 11110111 10001111 101110 0 101010 11 1111101 1011000 1001011

Color Harmonies of #85F78F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F78F

Black with #85F78F

Text Example


Text Example

White with #85F78F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,247,143); }

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

background-color css

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

 a { background-color: rgb(133,247,143); }

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

border-color css

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

 span { border-color: rgb(133,247,143); }

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