Html Css Color HEX #85D405 Lawn Green

📋 copy color: '#85D405'

red 133 ◦ green 212 ◦ blue 5

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

Shades of Lawn Green #85D405

Tints of Lawn Green #85D405

RGB

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

 GREEN value IS 212 (83.2% from 255) = 60.57%

 BLUE value IS 5 (2.34% from 255) = 1.43%

R = 38%
G = 60.57%
B = 1.43%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#85D405 (or 0x85D405) is known color: Lawn Green. HEX triplet: 85, D4 and 05. RGB value is (133,212,5). Sum of RGB (Red+Green+Blue) = 133+212+5=350 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38% from 350); Green value is 212 (83.20% from 255 or 60.57% from 350); Blue value is 5 (2.34% from 255 or 1.43% from 350); Max value from RGB is 212 - color contains mainly: green. Hex color #85D405 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85D405 is #7A2BFA. Grayscale: #A5A5A5. Windows color (decimal): -8006651 or 382085. OLE color: 382085.

HSL color Cylindrical-coordinate representation of color #85D405: hue angle of 82.9º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #85D405 is Cyan = 0.37, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.17.

Color convert

RGB 133 212 5 -
CMYK 0.37 0 0.98 0.17
HSL 82.9º 0.95% 0.43% -
HSV(B) 82.9º 0.98% 0.83% -
XYZ 33.24 52.08 8.44 -
YUV 164.78 37.83 105.33 -
System Red Green Blue C M Y K H S L
Decimal 133 212 5 0.37 0 0.98 0.17 82.9 0.95 0.43
Hex 85 D4 5 25 0 62 11 53 5F 2B
Octal 205 324 5 45 0 142 21 123 137 53
Binary 10000101 11010100 101 100101 0 1100010 10001 1010011 1011111 101011

Color Harmonies of #85D405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D405

Black with #85D405

Text Example


Text Example

White with #85D405

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,212,5); }

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

background-color css

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

 a { background-color: rgb(133,212,5); }

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

border-color css

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

 span { border-color: rgb(133,212,5); }

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