Html Css Color HEX #85DA18 Yellow Green

📋 copy color: '#85DA18'

red 133 ◦ green 218 ◦ blue 24

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

Shades of Yellow Green #85DA18

Tints of Yellow Green #85DA18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.4%

R = 35.47%
G = 58.13%
B = 6.4%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#85DA18 (or 0x85DA18) is known color: Yellow Green. HEX triplet: 85, DA and 18. RGB value is (133,218,24). Sum of RGB (Red+Green+Blue) = 133+218+24=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 218 (85.55% from 255 or 58.13% from 375); Blue value is 24 (9.77% from 255 or 6.4% from 375); Max value from RGB is 218 - color contains mainly: green. Hex color #85DA18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85DA18 is #7A25E7. Grayscale: #ABABAB. Windows color (decimal): -8005096 or 1628805. OLE color: 1628805.

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

Color convert

RGB 133 218 24 -
CMYK 0.39 0 0.89 0.15
HSL 86.29º 0.8% 0.47% -
HSV(B) 86.29º 0.89% 0.85% -
XYZ 34.91 55.2 9.68 -
YUV 170.47 45.34 101.27 -
System Red Green Blue C M Y K H S L
Decimal 133 218 24 0.39 0 0.89 0.15 86.29 0.8 0.47
Hex 85 DA 18 27 0 59 F 56 50 2F
Octal 205 332 30 47 0 131 17 126 120 57
Binary 10000101 11011010 11000 100111 0 1011001 1111 1010110 1010000 101111

Color Harmonies of #85DA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DA18

Black with #85DA18

Text Example


Text Example

White with #85DA18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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