Html Css Color HEX #85D62E Yellow Green

📋 copy color: '#85D62E'

red 133 ◦ green 214 ◦ blue 46

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

Shades of Yellow Green #85D62E

Tints of Yellow Green #85D62E

RGB

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

 GREEN value IS 214 (83.98% from 255) = 54.45%

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

R = 33.84%
G = 54.45%
B = 11.7%

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

#85D62E (or 0x85D62E) is known color: Yellow Green. HEX triplet: 85, D6 and 2E. RGB value is (133,214,46). Sum of RGB (Red+Green+Blue) = 133+214+46=393 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.84% from 393); Green value is 214 (83.98% from 255 or 54.45% from 393); Blue value is 46 (18.36% from 255 or 11.70% from 393); Max value from RGB is 214 - color contains mainly: green. Hex color #85D62E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85D62E is #7A29D1. Grayscale: #ABABAB. Windows color (decimal): -8006098 or 3069573. OLE color: 3069573.

HSL color Cylindrical-coordinate representation of color #85D62E: hue angle of 88.93º degrees, saturation: 0.67, 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 #85D62E is Cyan = 0.38, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 133 214 46 -
CMYK 0.38 0 0.79 0.16
HSL 88.93º 0.67% 0.51% -
HSV(B) 88.93º 0.79% 0.84% -
XYZ 34.21 53.28 11.07 -
YUV 170.63 57.66 101.16 -
System Red Green Blue C M Y K H S L
Decimal 133 214 46 0.38 0 0.79 0.16 88.93 0.67 0.51
Hex 85 D6 2E 26 0 4F 10 59 43 33
Octal 205 326 56 46 0 117 20 131 103 63
Binary 10000101 11010110 101110 100110 0 1001111 10000 1011001 1000011 110011

Color Harmonies of #85D62E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D62E

Black with #85D62E

Text Example


Text Example

White with #85D62E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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