#C7D94C

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

Shades of Las Palmas #C7D94C

Tints of Las Palmas #C7D94C

Color information

#C7D94C (or 0xC7D94C) is unknown color: approx Las Palmas. HEX triplet: C7, D9 and 4C. RGB value is (199,217,76). Sum of RGB (Red+Green+Blue) = 199+217+76=492 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.45% from 492); Green value is 217 (85.16% from 255 or 44.11% from 492); Blue value is 76 (30.08% from 255 or 15.45% from 492); Max value from RGB is 217 - color contains mainly: green. Hex color #C7D94C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7D94C is #3826B3. Grayscale: #C4C4C4. Windows color (decimal): -3679924 or 5036487. OLE color: 5036487.

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

Color convert

RGB19921776-
CMYK0.0800.650.15
HSL67.66º64.98%57.45%-
HSV(B)67.66º64.98%85.1%-
XYZ49.6762.2916.24-
YUV195.5460.54130.46-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.45%
GREEN value IS 217 (85.16% from 255) = 44.11%
BLUE value IS 76 (30.08% from 255) = 15.45%
R=40.45%
G=44.11%
B=15.45%

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
Decimal199217760.0800.650.1567.6664.9857.45
HexC7D94C8041F444139
Octal3073311141001011710410171
Binary11000111110110011001100100001000001111110001001000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7D94C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7D94C; }

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

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

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

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

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

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

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

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