Html Css Color HEX #85C63C Yellow Green

📋 copy color: '#85C63C'

red 133 ◦ green 198 ◦ blue 60

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

Shades of Yellow Green #85C63C

Tints of Yellow Green #85C63C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.35%

R = 34.02%
G = 50.64%
B = 15.35%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#85C63C (or 0x85C63C) is known color: Yellow Green. HEX triplet: 85, C6 and 3C. RGB value is (133,198,60). Sum of RGB (Red+Green+Blue) = 133+198+60=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 198 (77.73% from 255 or 50.64% from 391); Blue value is 60 (23.83% from 255 or 15.35% from 391); Max value from RGB is 198 - color contains mainly: green. Hex color #85C63C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C63C is #7A39C3. Grayscale: #A3A3A3. Windows color (decimal): -8010180 or 3982981. OLE color: 3982981.

HSL color Cylindrical-coordinate representation of color #85C63C: hue angle of 88.26º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #85C63C is Cyan = 0.33, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 133 198 60 -
CMYK 0.33 0 0.70 0.22
HSL 88.26º 0.55% 0.51% -
HSV(B) 88.26º 0.7% 0.78% -
XYZ 30.68 45.7 11.48 -
YUV 162.83 69.97 106.72 -
System Red Green Blue C M Y K H S L
Decimal 133 198 60 0.33 0 0.70 0.22 88.26 0.55 0.51
Hex 85 C6 3C 21 0 46 16 58 37 33
Octal 205 306 74 41 0 106 26 130 67 63
Binary 10000101 11000110 111100 100001 0 1000110 10110 1011000 110111 110011

Color Harmonies of #85C63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C63C

Black with #85C63C

Text Example


Text Example

White with #85C63C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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