Html Css Color HEX #85FF40 Green Yellow

📋 copy color: '#85FF40'

red 133 ◦ green 255 ◦ blue 64

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

Shades of Green Yellow #85FF40

Tints of Green Yellow #85FF40

RGB

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

 GREEN value IS 255 (100% from 255) = 56.42%

 BLUE value IS 64 (25.39% from 255) = 14.16%

R = 29.42%
G = 56.42%
B = 14.16%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#85FF40 (or 0x85FF40) is known color: Green Yellow. HEX triplet: 85, FF and 40. RGB value is (133,255,64). Sum of RGB (Red+Green+Blue) = 133+255+64=452 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.42% from 452); Green value is 255 (100% from 255 or 56.42% from 452); Blue value is 64 (25.39% from 255 or 14.16% from 452); Max value from RGB is 255 - color contains mainly: green. Hex color #85FF40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85FF40 is #7A00BF. Grayscale: #C5C5C5. Windows color (decimal): -7995584 or 4259717. OLE color: 4259717.

HSL color Cylindrical-coordinate representation of color #85FF40: hue angle of 98.32º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #85FF40 is Cyan = 0.48, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB 133 255 64 -
CMYK 0.48 0 0.75 0
HSL 98.32º 1% 0.63% -
HSV(B) 98.32º 0.75% 1% -
XYZ 46.36 76.88 17.25 -
YUV 196.75 53.08 82.53 -
System Red Green Blue C M Y K H S L
Decimal 133 255 64 0.48 0 0.75 0 98.32 1 0.63
Hex 85 FF 40 30 0 4B 0 62 64 3F
Octal 205 377 100 60 0 113 0 142 144 77
Binary 10000101 11111111 1000000 110000 0 1001011 0 1100010 1100100 111111

Color Harmonies of #85FF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FF40

Black with #85FF40

Text Example


Text Example

White with #85FF40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,255,64); }

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

background-color css

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

 a { background-color: rgb(133,255,64); }

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

border-color css

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

 span { border-color: rgb(133,255,64); }

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