#C7D94D

Color #C7D94D Las Palmas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Las Palmas #C7D94D

Tints of Las Palmas #C7D94D

Color information

#C7D94D (or 0xC7D94D) is unknown color: approx Las Palmas. HEX triplet: C7, D9 and 4D. RGB value is (199,217,77). Sum of RGB (Red+Green+Blue) = 199+217+77=493 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.37% from 493); Green value is 217 (85.16% from 255 or 44.02% from 493); Blue value is 77 (30.47% from 255 or 15.62% from 493); Max value from RGB is 217 - color contains mainly: green. Hex color #C7D94D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D94D is #3826B2. Grayscale: #C4C4C4. Windows color (decimal): -3679923 or 5102023. OLE color: 5102023.

HSL color Cylindrical-coordinate representation of color #C7D94D: hue angle of 67.71º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C7D94D is Cyan = 0.08, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB19921777-
CMYK0.0800.650.15
HSL67.71º64.81%57.65%-
HSV(B)67.71º64.52%85.1%-
XYZ49.7162.316.43-
YUV195.6661.04130.38-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.37%
GREEN value IS 217 (85.16% from 255) = 44.02%
BLUE value IS 77 (30.47% from 255) = 15.62%
R=40.37%
G=44.02%
B=15.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal199217770.0800.650.1567.7164.8157.65
HexC7D94D8041F44413a
Octal3073311151001011710410172
Binary11000111110110011001101100001000001111110001001000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7D94D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7D94D; }

 p { color: rgb(199,217,77); }

 H1.HeaderClassName
 {
   color: #C7D94D;
 }
 .AnyTagClassName
 {
   color: #C7D94D;
 }
</style>
background-color css

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

 a { background-color: rgb(199,217,77); }

 div.DivClassName
 {
   background-color: #C7D94D;
 }
 .BgClassName
 {
   background-color: #C7D94D;
 }
</style>
border-color css

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

 span { border-color: rgb(199,217,77); }

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