Html Css Color HEX #85D71E Yellow Green

📋 copy color: '#85D71E'

red 133 ◦ green 215 ◦ blue 30

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

Shades of Yellow Green #85D71E

Tints of Yellow Green #85D71E

RGB

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

 GREEN value IS 215 (84.38% from 255) = 56.88%

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

R = 35.19%
G = 56.88%
B = 7.94%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#85D71E (or 0x85D71E) is known color: Yellow Green. HEX triplet: 85, D7 and 1E. RGB value is (133,215,30). Sum of RGB (Red+Green+Blue) = 133+215+30=378 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.19% from 378); Green value is 215 (84.38% from 255 or 56.88% from 378); Blue value is 30 (12.11% from 255 or 7.94% from 378); Max value from RGB is 215 - color contains mainly: green. Hex color #85D71E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85D71E is #7A28E1. Grayscale: #AAAAAA. Windows color (decimal): -8005858 or 2021253. OLE color: 2021253.

HSL color Cylindrical-coordinate representation of color #85D71E: hue angle of 86.59º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #85D71E is Cyan = 0.38, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 133 215 30 -
CMYK 0.38 0 0.86 0.16
HSL 86.59º 0.76% 0.48% -
HSV(B) 86.59º 0.86% 0.84% -
XYZ 34.21 53.68 9.79 -
YUV 169.39 49.33 102.04 -
System Red Green Blue C M Y K H S L
Decimal 133 215 30 0.38 0 0.86 0.16 86.59 0.76 0.48
Hex 85 D7 1E 26 0 56 10 57 4C 30
Octal 205 327 36 46 0 126 20 127 114 60
Binary 10000101 11010111 11110 100110 0 1010110 10000 1010111 1001100 110000

Color Harmonies of #85D71E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D71E

Black with #85D71E

Text Example


Text Example

White with #85D71E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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