Html Css Color HEX #609D38 Limeade

📋 copy color: '#609D38'

red 96 ◦ green 157 ◦ blue 56

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

Shades of Limeade #609D38

Tints of Limeade #609D38

RGB

 RED value IS 96 (37.89% from 255) = 31.07%

 GREEN value IS 157 (61.72% from 255) = 50.81%

 BLUE value IS 56 (22.27% from 255) = 18.12%

R = 31.07%
G = 50.81%
B = 18.12%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.64

 K value IS 0.38

RGB Variations

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

Color information

#609D38 (or 0x609D38) is known color: Limeade. HEX triplet: 60, 9D and 38. RGB value is (96,157,56). Sum of RGB (Red+Green+Blue) = 96+157+56=309 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.07% from 309); Green value is 157 (61.72% from 255 or 50.81% from 309); Blue value is 56 (22.27% from 255 or 18.12% from 309); Max value from RGB is 157 - color contains mainly: green. Hex color #609D38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #609D38 is #9F62C7. Grayscale: #7F7F7F. Windows color (decimal): -10445512 or 3710304. OLE color: 3710304.

HSL color Cylindrical-coordinate representation of color #609D38: hue angle of 96.24º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #609D38 is Cyan = 0.39, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 157 56 -
CMYK 0.39 0 0.64 0.38
HSL 96.24º 0.47% 0.42% -
HSV(B) 96.24º 0.64% 0.62% -
XYZ 17.59 26.89 8 -
YUV 127.25 87.79 105.71 -
System Red Green Blue C M Y K H S L
Decimal 96 157 56 0.39 0 0.64 0.38 96.24 0.47 0.42
Hex 60 9D 38 27 0 40 26 60 2F 2A
Octal 140 235 70 47 0 100 46 140 57 52
Binary 1100000 10011101 111000 100111 0 1000000 100110 1100000 101111 101010

Color Harmonies of #609D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609D38

Black with #609D38

Text Example


Text Example

White with #609D38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609D38; }

 p { color: rgb(96,157,56); }

 H1.HeaderClassName
 {
   color: #609D38;
 }
 .AnyTagClassName
 {
   color: #609D38;
 }
</style>

background-color css

<style>
 a { background-color: #609D38; }

 a { background-color: rgb(96,157,56); }

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

border-color css

<style>
 span { border-color: #609D38; }

 span { border-color: rgb(96,157,56); }

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