Html Css Color HEX #85FB7B Light Green

📋 copy color: '#85FB7B'

red 133 ◦ green 251 ◦ blue 123

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

Shades of Light Green #85FB7B

Tints of Light Green #85FB7B

RGB

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

 GREEN value IS 251 (98.44% from 255) = 49.51%

 BLUE value IS 123 (48.44% from 255) = 24.26%

R = 26.23%
G = 49.51%
B = 24.26%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#85FB7B (or 0x85FB7B) is known color: Light Green. HEX triplet: 85, FB and 7B. RGB value is (133,251,123). Sum of RGB (Red+Green+Blue) = 133+251+123=507 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.23% from 507); Green value is 251 (98.44% from 255 or 49.51% from 507); Blue value is 123 (48.44% from 255 or 24.26% from 507); Max value from RGB is 251 - color contains mainly: green. Hex color #85FB7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85FB7B is #7A0484. Grayscale: #C9C9C9. Windows color (decimal): -7996549 or 8125317. OLE color: 8125317.

HSL color Cylindrical-coordinate representation of color #85FB7B: hue angle of 115.31º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #85FB7B is Cyan = 0.47, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB 133 251 123 -
CMYK 0.47 0 0.51 0.02
HSL 115.31º 0.94% 0.73% -
HSV(B) 115.31º 0.51% 0.98% -
XYZ 47.75 75.41 30.78 -
YUV 201.13 83.91 79.41 -
System Red Green Blue C M Y K H S L
Decimal 133 251 123 0.47 0 0.51 0.02 115.31 0.94 0.73
Hex 85 FB 7B 2F 0 33 2 73 5E 49
Octal 205 373 173 57 0 63 2 163 136 111
Binary 10000101 11111011 1111011 101111 0 110011 10 1110011 1011110 1001001

Color Harmonies of #85FB7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FB7B

Black with #85FB7B

Text Example


Text Example

White with #85FB7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,251,123); }

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

background-color css

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

 a { background-color: rgb(133,251,123); }

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

border-color css

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

 span { border-color: rgb(133,251,123); }

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