Html Css Color HEX #85F002 Lawn Green

📋 copy color: '#85F002'

red 133 ◦ green 240 ◦ blue 2

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

Shades of Lawn Green #85F002

Tints of Lawn Green #85F002

RGB

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

 GREEN value IS 240 (94.14% from 255) = 64%

 BLUE value IS 2 (1.17% from 255) = 0.53%

R = 35.47%
G = 64%
B = 0.53%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#85F002 (or 0x85F002) is known color: Lawn Green. HEX triplet: 85, F0 and 02. RGB value is (133,240,2). Sum of RGB (Red+Green+Blue) = 133+240+2=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 240 (94.14% from 255 or 64% from 375); Blue value is 2 (1.17% from 255 or 0.53% from 375); Max value from RGB is 240 - color contains mainly: green. Hex color #85F002 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85F002 is #7A0FFD. Grayscale: #B5B5B5. Windows color (decimal): -7999486 or 192645. OLE color: 192645.

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

Color convert

RGB 133 240 2 -
CMYK 0.45 0 0.99 0.06
HSL 86.97º 0.98% 0.47% -
HSV(B) 86.97º 0.99% 0.94% -
XYZ 40.84 67.31 10.9 -
YUV 180.88 27.05 93.85 -
System Red Green Blue C M Y K H S L
Decimal 133 240 2 0.45 0 0.99 0.06 86.97 0.98 0.47
Hex 85 F0 2 2D 0 63 6 57 62 2F
Octal 205 360 2 55 0 143 6 127 142 57
Binary 10000101 11110000 10 101101 0 1100011 110 1010111 1100010 101111

Color Harmonies of #85F002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F002

Black with #85F002

Text Example


Text Example

White with #85F002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,240,2); }

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

background-color css

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

 a { background-color: rgb(133,240,2); }

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

border-color css

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

 span { border-color: rgb(133,240,2); }

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