Html Css Color HEX #85DA06 Lawn Green

📋 copy color: '#85DA06'

red 133 ◦ green 218 ◦ blue 6

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

Shades of Lawn Green #85DA06

Tints of Lawn Green #85DA06

RGB

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

 GREEN value IS 218 (85.55% from 255) = 61.06%

 BLUE value IS 6 (2.73% from 255) = 1.68%

R = 37.25%
G = 61.06%
B = 1.68%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#85DA06 (or 0x85DA06) is known color: Lawn Green. HEX triplet: 85, DA and 06. RGB value is (133,218,6). Sum of RGB (Red+Green+Blue) = 133+218+6=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 218 (85.55% from 255 or 61.06% from 357); Blue value is 6 (2.73% from 255 or 1.68% from 357); Max value from RGB is 218 - color contains mainly: green. Hex color #85DA06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85DA06 is #7A25F9. Grayscale: #A9A9A9. Windows color (decimal): -8005114 or 449157. OLE color: 449157.

HSL color Cylindrical-coordinate representation of color #85DA06: hue angle of 84.06º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #85DA06 is Cyan = 0.39, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.15.

Color convert

RGB 133 218 6 -
CMYK 0.39 0 0.97 0.15
HSL 84.06º 0.95% 0.44% -
HSV(B) 84.06º 0.97% 0.85% -
XYZ 34.78 55.14 8.98 -
YUV 168.42 36.34 102.74 -
System Red Green Blue C M Y K H S L
Decimal 133 218 6 0.39 0 0.97 0.15 84.06 0.95 0.44
Hex 85 DA 6 27 0 61 F 54 5F 2C
Octal 205 332 6 47 0 141 17 124 137 54
Binary 10000101 11011010 110 100111 0 1100001 1111 1010100 1011111 101100

Color Harmonies of #85DA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DA06

Black with #85DA06

Text Example


Text Example

White with #85DA06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,218,6); }

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

background-color css

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

 a { background-color: rgb(133,218,6); }

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

border-color css

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

 span { border-color: rgb(133,218,6); }

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