#CCE742

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

Shades of Las Palmas #CCE742

Tints of Las Palmas #CCE742

Color information

#CCE742 (or 0xCCE742) is unknown color: approx Las Palmas. HEX triplet: CC, E7 and 42. RGB value is (204,231,66). Sum of RGB (Red+Green+Blue) = 204+231+66=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 231 (90.62% from 255 or 46.11% from 501); Blue value is 66 (26.17% from 255 or 13.17% from 501); Max value from RGB is 231 - color contains mainly: green. Hex color #CCE742 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCE742 is #3318BD. Grayscale: #CCCCCC. Windows color (decimal): -3348670 or 4384716. OLE color: 4384716.

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

Color convert

RGB20423166-
CMYK0.1200.710.09
HSL69.82º77.46%58.24%-
HSV(B)69.82º71.43%90.59%-
XYZ54.4670.3815.87-
YUV204.1250.05127.92-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.72%
GREEN value IS 231 (90.62% from 255) = 46.11%
BLUE value IS 66 (26.17% from 255) = 13.17%
R=40.72%
G=46.11%
B=13.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal204231660.1200.710.0969.8277.4658.24
HexCCE742C0479464d3a
Octal3143471021401071110611572
Binary11001100111001111000010110001000111100110001101001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE742; }

 p { color: rgb(204,231,66); }

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

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

 a { background-color: rgb(204,231,66); }

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

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

 span { border-color: rgb(204,231,66); }

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