Html Css Color HEX #85D014 Yellow Green

📋 copy color: '#85D014'

red 133 ◦ green 208 ◦ blue 20

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

Shades of Yellow Green #85D014

Tints of Yellow Green #85D014

RGB

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

 GREEN value IS 208 (81.64% from 255) = 57.62%

 BLUE value IS 20 (8.2% from 255) = 5.54%

R = 36.84%
G = 57.62%
B = 5.54%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#85D014 (or 0x85D014) is known color: Yellow Green. HEX triplet: 85, D0 and 14. RGB value is (133,208,20). Sum of RGB (Red+Green+Blue) = 133+208+20=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 208 (81.64% from 255 or 57.62% from 361); Blue value is 20 (8.20% from 255 or 5.54% from 361); Max value from RGB is 208 - color contains mainly: green. Hex color #85D014 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85D014 is #7A2FEB. Grayscale: #A4A4A4. Windows color (decimal): -8007660 or 1364101. OLE color: 1364101.

HSL color Cylindrical-coordinate representation of color #85D014: hue angle of 83.94º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #85D014 is Cyan = 0.36, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 133 208 20 -
CMYK 0.36 0 0.90 0.18
HSL 83.94º 0.82% 0.45% -
HSV(B) 83.94º 0.9% 0.82% -
XYZ 32.36 50.15 8.64 -
YUV 164.14 46.65 105.79 -
System Red Green Blue C M Y K H S L
Decimal 133 208 20 0.36 0 0.90 0.18 83.94 0.82 0.45
Hex 85 D0 14 24 0 5A 12 54 52 2D
Octal 205 320 24 44 0 132 22 124 122 55
Binary 10000101 11010000 10100 100100 0 1011010 10010 1010100 1010010 101101

Color Harmonies of #85D014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D014

Black with #85D014

Text Example


Text Example

White with #85D014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,208,20); }

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

background-color css

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

 a { background-color: rgb(133,208,20); }

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

border-color css

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

 span { border-color: rgb(133,208,20); }

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