Html Css Color HEX #64B499 Keppel

📋 copy color: '#64B499'

red 100 ◦ green 180 ◦ blue 153

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

Shades of Keppel #64B499

Tints of Keppel #64B499

RGB

 RED value IS 100 (39.45% from 255) = 23.09%

 GREEN value IS 180 (70.7% from 255) = 41.57%

 BLUE value IS 153 (60.16% from 255) = 35.33%

R = 23.09%
G = 41.57%
B = 35.33%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#64B499 (or 0x64B499) is known color: Keppel. HEX triplet: 64, B4 and 99. RGB value is (100,180,153). Sum of RGB (Red+Green+Blue) = 100+180+153=433 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.09% from 433); Green value is 180 (70.70% from 255 or 41.57% from 433); Blue value is 153 (60.16% from 255 or 35.33% from 433); Max value from RGB is 180 - color contains mainly: green. Hex color #64B499 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64B499 is #9B4B66. Grayscale: #999999. Windows color (decimal): -10177383 or 10073188. OLE color: 10073188.

HSL color Cylindrical-coordinate representation of color #64B499: hue angle of 159.75º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #64B499 is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB 100 180 153 -
CMYK 0.44 0 0.15 0.29
HSL 159.75º 0.35% 0.55% -
HSV(B) 159.75º 0.44% 0.71% -
XYZ 27.33 37.65 35.96 -
YUV 153 128 90.2 -
System Red Green Blue C M Y K H S L
Decimal 100 180 153 0.44 0 0.15 0.29 159.75 0.35 0.55
Hex 64 B4 99 2C 0 F 1D A0 23 37
Octal 144 264 231 54 0 17 35 240 43 67
Binary 1100100 10110100 10011001 101100 0 1111 11101 10100000 100011 110111

Color Harmonies of #64B499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B499

Black with #64B499

Text Example


Text Example

White with #64B499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64B499; }

 p { color: rgb(100,180,153); }

 H1.HeaderClassName
 {
   color: #64B499;
 }
 .AnyTagClassName
 {
   color: #64B499;
 }
</style>

background-color css

<style>
 a { background-color: #64B499; }

 a { background-color: rgb(100,180,153); }

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

border-color css

<style>
 span { border-color: #64B499; }

 span { border-color: rgb(100,180,153); }

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