#C7E245

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

Shades of Las Palmas #C7E245

Tints of Las Palmas #C7E245

Color information

#C7E245 (or 0xC7E245) is unknown color: approx Las Palmas. HEX triplet: C7, E2 and 45. RGB value is (199,226,69). Sum of RGB (Red+Green+Blue) = 199+226+69=494 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.28% from 494); Green value is 226 (88.67% from 255 or 45.75% from 494); Blue value is 69 (27.34% from 255 or 13.97% from 494); Max value from RGB is 226 - color contains mainly: green. Hex color #C7E245 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7E245 is #381DBA. Grayscale: #C8C8C8. Windows color (decimal): -3677627 or 4580039. OLE color: 4580039.

HSL color Cylindrical-coordinate representation of color #C7E245: hue angle of 70.32º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C7E245 is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB19922669-
CMYK0.1200.690.11
HSL70.32º73.02%57.84%-
HSV(B)70.32º69.47%88.63%-
XYZ51.8266.9615.82-
YUV200.0354.05127.27-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.28%
GREEN value IS 226 (88.67% from 255) = 45.75%
BLUE value IS 69 (27.34% from 255) = 13.97%
R=40.28%
G=45.75%
B=13.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal199226690.1200.690.1170.3273.0257.84
HexC7E245C045B46493a
Octal3073421051401051310611172
Binary11000111111000101000101110001000101101110001101001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7E245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7E245; }

 p { color: rgb(199,226,69); }

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

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

 a { background-color: rgb(199,226,69); }

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

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

 span { border-color: rgb(199,226,69); }

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