Html Css Color HEX #609B3F Limeade

📋 copy color: '#609B3F'

red 96 ◦ green 155 ◦ blue 63

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

Shades of Limeade #609B3F

Tints of Limeade #609B3F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 49.36%

 BLUE value IS 63 (25% from 255) = 20.06%

R = 30.57%
G = 49.36%
B = 20.06%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.59

 K value IS 0.39

RGB Variations

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

Color information

#609B3F (or 0x609B3F) is known color: Limeade. HEX triplet: 60, 9B and 3F. RGB value is (96,155,63). Sum of RGB (Red+Green+Blue) = 96+155+63=314 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.57% from 314); Green value is 155 (60.94% from 255 or 49.36% from 314); Blue value is 63 (25% from 255 or 20.06% from 314); Max value from RGB is 155 - color contains mainly: green. Hex color #609B3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #609B3F is #9F64C0. Grayscale: #7F7F7F. Windows color (decimal): -10446017 or 4168544. OLE color: 4168544.

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

Color convert

RGB 96 155 63 -
CMYK 0.38 0 0.59 0.39
HSL 98.48º 0.42% 0.43% -
HSV(B) 98.48º 0.59% 0.61% -
XYZ 17.44 26.29 8.86 -
YUV 126.87 91.95 105.98 -
System Red Green Blue C M Y K H S L
Decimal 96 155 63 0.38 0 0.59 0.39 98.48 0.42 0.43
Hex 60 9B 3F 26 0 3B 27 62 2A 2B
Octal 140 233 77 46 0 73 47 142 52 53
Binary 1100000 10011011 111111 100110 0 111011 100111 1100010 101010 101011

Color Harmonies of #609B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609B3F

Black with #609B3F

Text Example


Text Example

White with #609B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,155,63); }

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

background-color css

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

 a { background-color: rgb(96,155,63); }

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

border-color css

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

 span { border-color: rgb(96,155,63); }

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