#CCE948

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

Shades of Las Palmas #CCE948

Tints of Las Palmas #CCE948

Color information

#CCE948 (or 0xCCE948) is unknown color: approx Las Palmas. HEX triplet: CC, E9 and 48. RGB value is (204,233,72). Sum of RGB (Red+Green+Blue) = 204+233+72=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 233 (91.41% from 255 or 45.78% from 509); Blue value is 72 (28.52% from 255 or 14.15% from 509); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE948 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCE948 is #3316B7. Grayscale: #CECECE. Windows color (decimal): -3348152 or 4778444. OLE color: 4778444.

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

Color convert

RGB20423372-
CMYK0.1200.690.09
HSL70.81º78.54%59.8%-
HSV(B)70.81º69.1%91.37%-
XYZ55.2171.5817.04-
YUV205.9852.39126.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.08%
GREEN value IS 233 (91.41% from 255) = 45.78%
BLUE value IS 72 (28.52% from 255) = 14.15%
R=40.08%
G=45.78%
B=14.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal204233720.1200.690.0970.8178.5459.8
HexCCE948C0459474f3c
Octal3143511101401051110711774
Binary11001100111010011001000110001000101100110001111001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE948; }

 p { color: rgb(204,233,72); }

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

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

 a { background-color: rgb(204,233,72); }

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

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

 span { border-color: rgb(204,233,72); }

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