Html Css Color HEX #85C629 Yellow Green

📋 copy color: '#85C629'

red 133 ◦ green 198 ◦ blue 41

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

Shades of Yellow Green #85C629

Tints of Yellow Green #85C629

RGB

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

 GREEN value IS 198 (77.73% from 255) = 53.23%

 BLUE value IS 41 (16.41% from 255) = 11.02%

R = 35.75%
G = 53.23%
B = 11.02%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#85C629 (or 0x85C629) is known color: Yellow Green. HEX triplet: 85, C6 and 29. RGB value is (133,198,41). Sum of RGB (Red+Green+Blue) = 133+198+41=372 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.75% from 372); Green value is 198 (77.73% from 255 or 53.23% from 372); Blue value is 41 (16.41% from 255 or 11.02% from 372); Max value from RGB is 198 - color contains mainly: green. Hex color #85C629 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C629 is #7A39D6. Grayscale: #A1A1A1. Windows color (decimal): -8010199 or 2737797. OLE color: 2737797.

HSL color Cylindrical-coordinate representation of color #85C629: hue angle of 84.84º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #85C629 is Cyan = 0.33, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 133 198 41 -
CMYK 0.33 0 0.79 0.22
HSL 84.84º 0.66% 0.47% -
HSV(B) 84.84º 0.79% 0.78% -
XYZ 30.27 45.53 9.29 -
YUV 160.67 60.47 108.27 -
System Red Green Blue C M Y K H S L
Decimal 133 198 41 0.33 0 0.79 0.22 84.84 0.66 0.47
Hex 85 C6 29 21 0 4F 16 55 42 2F
Octal 205 306 51 41 0 117 26 125 102 57
Binary 10000101 11000110 101001 100001 0 1001111 10110 1010101 1000010 101111

Color Harmonies of #85C629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C629

Black with #85C629

Text Example


Text Example

White with #85C629

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,198,41); }

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

background-color css

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

 a { background-color: rgb(133,198,41); }

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

border-color css

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

 span { border-color: rgb(133,198,41); }

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