#C7EA48

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

Shades of Las Palmas #C7EA48

Tints of Las Palmas #C7EA48

Color information

#C7EA48 (or 0xC7EA48) is unknown color: approx Las Palmas. HEX triplet: C7, EA and 48. RGB value is (199,234,72). Sum of RGB (Red+Green+Blue) = 199+234+72=505 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.41% from 505); Green value is 234 (91.80% from 255 or 46.34% from 505); Blue value is 72 (28.52% from 255 or 14.26% from 505); Max value from RGB is 234 - color contains mainly: green. Hex color #C7EA48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C7EA48 is #3815B7. Grayscale: #CDCDCD. Windows color (decimal): -3675576 or 4778695. OLE color: 4778695.

HSL color Cylindrical-coordinate representation of color #C7EA48: hue angle of 72.96º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C7EA48 is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB19923472-
CMYK0.1500.690.08
HSL72.96º79.41%60%-
HSV(B)72.96º69.23%91.76%-
XYZ54.1571.4617.07-
YUV205.0752.9123.67-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.41%
GREEN value IS 234 (91.80% from 255) = 46.34%
BLUE value IS 72 (28.52% from 255) = 14.26%
R=39.41%
G=46.34%
B=14.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal199234720.1500.690.0872.9679.4160
HexC7EA48F0458494f3c
Octal3073521101701051011111774
Binary11000111111010101001000111101000101100010010011001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7EA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7EA48; }

 p { color: rgb(199,234,72); }

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

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

 a { background-color: rgb(199,234,72); }

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

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

 span { border-color: rgb(199,234,72); }

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