Html Css Color HEX #85FF41 Green Yellow

📋 copy color: '#85FF41'

red 133 ◦ green 255 ◦ blue 65

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

Shades of Green Yellow #85FF41

Tints of Green Yellow #85FF41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.35%

R = 29.36%
G = 56.29%
B = 14.35%

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

#85FF41 (or 0x85FF41) is known color: Green Yellow. HEX triplet: 85, FF and 41. RGB value is (133,255,65). Sum of RGB (Red+Green+Blue) = 133+255+65=453 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.36% from 453); Green value is 255 (100% from 255 or 56.29% from 453); Blue value is 65 (25.78% from 255 or 14.35% from 453); Max value from RGB is 255 - color contains mainly: green. Hex color #85FF41 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85FF41 is #7A00BE. Grayscale: #C5C5C5. Windows color (decimal): -7995583 or 4325253. OLE color: 4325253.

HSL color Cylindrical-coordinate representation of color #85FF41: hue angle of 98.53º 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 #85FF41 is Cyan = 0.48, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB 133 255 65 -
CMYK 0.48 0 0.75 0
HSL 98.53º 1% 0.63% -
HSV(B) 98.53º 0.75% 1% -
XYZ 46.39 76.89 17.4 -
YUV 196.86 53.58 82.45 -
System Red Green Blue C M Y K H S L
Decimal 133 255 65 0.48 0 0.75 0 98.53 1 0.63
Hex 85 FF 41 30 0 4B 0 63 64 3F
Octal 205 377 101 60 0 113 0 143 144 77
Binary 10000101 11111111 1000001 110000 0 1001011 0 1100011 1100100 111111

Color Harmonies of #85FF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FF41

Black with #85FF41

Text Example


Text Example

White with #85FF41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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