#C2DD38

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

Shades of Las Palmas #C2DD38

Tints of Las Palmas #C2DD38

Color information

#C2DD38 (or 0xC2DD38) is unknown color: approx Las Palmas. HEX triplet: C2, DD and 38. RGB value is (194,221,56). Sum of RGB (Red+Green+Blue) = 194+221+56=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 221 (86.72% from 255 or 46.92% from 471); Blue value is 56 (22.27% from 255 or 11.89% from 471); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DD38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2DD38 is #3D22C7. Grayscale: #C2C2C2. Windows color (decimal): -4006600 or 3726786. OLE color: 3726786.

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

Color convert

RGB19422156-
CMYK0.1200.750.13
HSL69.82º70.82%54.31%-
HSV(B)69.82º74.66%86.67%-
XYZ48.8263.4713.42-
YUV194.1250.05127.92-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.19%
GREEN value IS 221 (86.72% from 255) = 46.92%
BLUE value IS 56 (22.27% from 255) = 11.89%
R=41.19%
G=46.92%
B=11.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal194221560.1200.750.1369.8270.8254.31
HexC2DD38C04BD464736
Octal302335701401131510610766
Binary1100001011011101111000110001001011110110001101000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DD38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DD38; }

 p { color: rgb(194,221,56); }

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

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

 a { background-color: rgb(194,221,56); }

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

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

 span { border-color: rgb(194,221,56); }

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