Html Css Color HEX #85D01E Yellow Green

📋 copy color: '#85D01E'

red 133 ◦ green 208 ◦ blue 30

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

Shades of Yellow Green #85D01E

Tints of Yellow Green #85D01E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.09%

R = 35.85%
G = 56.06%
B = 8.09%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#85D01E (or 0x85D01E) is known color: Yellow Green. HEX triplet: 85, D0 and 1E. RGB value is (133,208,30). Sum of RGB (Red+Green+Blue) = 133+208+30=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 208 (81.64% from 255 or 56.06% from 371); Blue value is 30 (12.11% from 255 or 8.09% from 371); Max value from RGB is 208 - color contains mainly: green. Hex color #85D01E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85D01E is #7A2FE1. Grayscale: #A5A5A5. Windows color (decimal): -8007650 or 2019461. OLE color: 2019461.

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

Color convert

RGB 133 208 30 -
CMYK 0.36 0 0.86 0.18
HSL 85.28º 0.75% 0.47% -
HSV(B) 85.28º 0.86% 0.82% -
XYZ 32.46 50.19 9.21 -
YUV 165.28 51.65 104.97 -
System Red Green Blue C M Y K H S L
Decimal 133 208 30 0.36 0 0.86 0.18 85.28 0.75 0.47
Hex 85 D0 1E 24 0 56 12 55 4B 2F
Octal 205 320 36 44 0 126 22 125 113 57
Binary 10000101 11010000 11110 100100 0 1010110 10010 1010101 1001011 101111

Color Harmonies of #85D01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D01E

Black with #85D01E

Text Example


Text Example

White with #85D01E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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