Html Css Color HEX #85C62F Yellow Green

📋 copy color: '#85C62F'

red 133 ◦ green 198 ◦ blue 47

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

Shades of Yellow Green #85C62F

Tints of Yellow Green #85C62F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.43%

R = 35.19%
G = 52.38%
B = 12.43%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#85C62F (or 0x85C62F) is known color: Yellow Green. HEX triplet: 85, C6 and 2F. RGB value is (133,198,47). Sum of RGB (Red+Green+Blue) = 133+198+47=378 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.19% from 378); Green value is 198 (77.73% from 255 or 52.38% from 378); Blue value is 47 (18.75% from 255 or 12.43% from 378); Max value from RGB is 198 - color contains mainly: green. Hex color #85C62F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C62F is #7A39D0. Grayscale: #A1A1A1. Windows color (decimal): -8010193 or 3131013. OLE color: 3131013.

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

Color convert

RGB 133 198 47 -
CMYK 0.33 0 0.76 0.22
HSL 85.83º 0.62% 0.48% -
HSV(B) 85.83º 0.76% 0.78% -
XYZ 30.38 45.58 9.89 -
YUV 161.35 63.47 107.78 -
System Red Green Blue C M Y K H S L
Decimal 133 198 47 0.33 0 0.76 0.22 85.83 0.62 0.48
Hex 85 C6 2F 21 0 4C 16 56 3E 30
Octal 205 306 57 41 0 114 26 126 76 60
Binary 10000101 11000110 101111 100001 0 1001100 10110 1010110 111110 110000

Color Harmonies of #85C62F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C62F

Black with #85C62F

Text Example


Text Example

White with #85C62F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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