Html Css Color HEX #85D72E Yellow Green

📋 copy color: '#85D72E'

red 133 ◦ green 215 ◦ blue 46

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

Shades of Yellow Green #85D72E

Tints of Yellow Green #85D72E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.68%

R = 33.76%
G = 54.57%
B = 11.68%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#85D72E (or 0x85D72E) is known color: Yellow Green. HEX triplet: 85, D7 and 2E. RGB value is (133,215,46). Sum of RGB (Red+Green+Blue) = 133+215+46=394 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.76% from 394); Green value is 215 (84.38% from 255 or 54.57% from 394); Blue value is 46 (18.36% from 255 or 11.68% from 394); Max value from RGB is 215 - color contains mainly: green. Hex color #85D72E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85D72E is #7A28D1. Grayscale: #ABABAB. Windows color (decimal): -8005842 or 3069829. OLE color: 3069829.

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

Color convert

RGB 133 215 46 -
CMYK 0.38 0 0.79 0.16
HSL 89.11º 0.68% 0.51% -
HSV(B) 89.11º 0.79% 0.84% -
XYZ 34.47 53.78 11.15 -
YUV 171.22 57.33 100.74 -
System Red Green Blue C M Y K H S L
Decimal 133 215 46 0.38 0 0.79 0.16 89.11 0.68 0.51
Hex 85 D7 2E 26 0 4F 10 59 44 33
Octal 205 327 56 46 0 117 20 131 104 63
Binary 10000101 11010111 101110 100110 0 1001111 10000 1011001 1000100 110011

Color Harmonies of #85D72E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D72E

Black with #85D72E

Text Example


Text Example

White with #85D72E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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