Html Css Color HEX #85DF93 Light Green

📋 copy color: '#85DF93'

red 133 ◦ green 223 ◦ blue 147

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

Shades of Light Green #85DF93

Tints of Light Green #85DF93

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.33%

 BLUE value IS 147 (57.81% from 255) = 29.22%

R = 26.44%
G = 44.33%
B = 29.22%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#85DF93 (or 0x85DF93) is known color: Light Green. HEX triplet: 85, DF and 93. RGB value is (133,223,147). Sum of RGB (Red+Green+Blue) = 133+223+147=503 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.44% from 503); Green value is 223 (87.5% from 255 or 44.33% from 503); Blue value is 147 (57.81% from 255 or 29.22% from 503); Max value from RGB is 223 - color contains mainly: green. Hex color #85DF93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DF93 is #7A206C. Grayscale: #BBBBBB. Windows color (decimal): -8003693 or 9691013. OLE color: 9691013.

HSL color Cylindrical-coordinate representation of color #85DF93: hue angle of 129.33º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DF93 is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 223 147 -
CMYK 0.40 0 0.34 0.13
HSL 129.33º 0.58% 0.7% -
HSV(B) 129.33º 0.4% 0.87% -
XYZ 41.33 59.87 36.98 -
YUV 187.43 105.18 89.18 -
System Red Green Blue C M Y K H S L
Decimal 133 223 147 0.40 0 0.34 0.13 129.33 0.58 0.7
Hex 85 DF 93 28 0 22 D 81 3A 46
Octal 205 337 223 50 0 42 15 201 72 106
Binary 10000101 11011111 10010011 101000 0 100010 1101 10000001 111010 1000110

Color Harmonies of #85DF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DF93

Black with #85DF93

Text Example


Text Example

White with #85DF93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,223,147); }

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

background-color css

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

 a { background-color: rgb(133,223,147); }

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

border-color css

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

 span { border-color: rgb(133,223,147); }

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