Html Css Color HEX #85EF2C Yellow Green

📋 copy color: '#85EF2C'

red 133 ◦ green 239 ◦ blue 44

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

Shades of Yellow Green #85EF2C

Tints of Yellow Green #85EF2C

RGB

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

 GREEN value IS 239 (93.75% from 255) = 57.45%

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

R = 31.97%
G = 57.45%
B = 10.58%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#85EF2C (or 0x85EF2C) is known color: Yellow Green. HEX triplet: 85, EF and 2C. RGB value is (133,239,44). Sum of RGB (Red+Green+Blue) = 133+239+44=416 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.97% from 416); Green value is 239 (93.75% from 255 or 57.45% from 416); Blue value is 44 (17.58% from 255 or 10.58% from 416); Max value from RGB is 239 - color contains mainly: green. Hex color #85EF2C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85EF2C is #7A10D3. Grayscale: #B9B9B9. Windows color (decimal): -7999700 or 2944901. OLE color: 2944901.

HSL color Cylindrical-coordinate representation of color #85EF2C: hue angle of 92.62º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #85EF2C is Cyan = 0.44, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 133 239 44 -
CMYK 0.44 0 0.82 0.06
HSL 92.62º 0.86% 0.55% -
HSV(B) 92.62º 0.82% 0.94% -
XYZ 40.99 66.9 13.14 -
YUV 185.08 48.38 90.86 -
System Red Green Blue C M Y K H S L
Decimal 133 239 44 0.44 0 0.82 0.06 92.62 0.86 0.55
Hex 85 EF 2C 2C 0 52 6 5D 56 37
Octal 205 357 54 54 0 122 6 135 126 67
Binary 10000101 11101111 101100 101100 0 1010010 110 1011101 1010110 110111

Color Harmonies of #85EF2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EF2C

Black with #85EF2C

Text Example


Text Example

White with #85EF2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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