Html Css Color HEX #85DA14 Yellow Green

📋 copy color: '#85DA14'

red 133 ◦ green 218 ◦ blue 20

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

Shades of Yellow Green #85DA14

Tints of Yellow Green #85DA14

RGB

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

 GREEN value IS 218 (85.55% from 255) = 58.76%

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

R = 35.85%
G = 58.76%
B = 5.39%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#85DA14 (or 0x85DA14) is known color: Yellow Green. HEX triplet: 85, DA and 14. RGB value is (133,218,20). Sum of RGB (Red+Green+Blue) = 133+218+20=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 218 (85.55% from 255 or 58.76% from 371); Blue value is 20 (8.20% from 255 or 5.39% from 371); Max value from RGB is 218 - color contains mainly: green. Hex color #85DA14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85DA14 is #7A25EB. Grayscale: #AAAAAA. Windows color (decimal): -8005100 or 1366661. OLE color: 1366661.

HSL color Cylindrical-coordinate representation of color #85DA14: hue angle of 85.76º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #85DA14 is Cyan = 0.39, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 133 218 20 -
CMYK 0.39 0 0.91 0.15
HSL 85.76º 0.83% 0.47% -
HSV(B) 85.76º 0.91% 0.85% -
XYZ 34.87 55.18 9.47 -
YUV 170.01 43.34 101.6 -
System Red Green Blue C M Y K H S L
Decimal 133 218 20 0.39 0 0.91 0.15 85.76 0.83 0.47
Hex 85 DA 14 27 0 5B F 56 53 2F
Octal 205 332 24 47 0 133 17 126 123 57
Binary 10000101 11011010 10100 100111 0 1011011 1111 1010110 1010011 101111

Color Harmonies of #85DA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DA14

Black with #85DA14

Text Example


Text Example

White with #85DA14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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