Html Css Color HEX #85FF2C Green Yellow

📋 copy color: '#85FF2C'

red 133 ◦ green 255 ◦ blue 44

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

Shades of Green Yellow #85FF2C

Tints of Green Yellow #85FF2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.19%

R = 30.79%
G = 59.03%
B = 10.19%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.83

 K value IS 0

RGB Variations

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

Color information

#85FF2C (or 0x85FF2C) is known color: Green Yellow. HEX triplet: 85, FF and 2C. RGB value is (133,255,44). Sum of RGB (Red+Green+Blue) = 133+255+44=432 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.79% from 432); Green value is 255 (100% from 255 or 59.03% from 432); Blue value is 44 (17.58% from 255 or 10.19% from 432); Max value from RGB is 255 - color contains mainly: green. Hex color #85FF2C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85FF2C is #7A00D3. Grayscale: #C3C3C3. Windows color (decimal): -7995604 or 2948997. OLE color: 2948997.

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

Color convert

RGB 133 255 44 -
CMYK 0.48 0 0.83 0
HSL 94.69º 1% 0.59% -
HSV(B) 94.69º 0.83% 1% -
XYZ 45.89 76.69 14.77 -
YUV 194.47 43.08 84.16 -
System Red Green Blue C M Y K H S L
Decimal 133 255 44 0.48 0 0.83 0 94.69 1 0.59
Hex 85 FF 2C 30 0 53 0 5F 64 3B
Octal 205 377 54 60 0 123 0 137 144 73
Binary 10000101 11111111 101100 110000 0 1010011 0 1011111 1100100 111011

Color Harmonies of #85FF2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FF2C

Black with #85FF2C

Text Example


Text Example

White with #85FF2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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