#C0DD34

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

Shades of Las Palmas #C0DD34

Tints of Las Palmas #C0DD34

Color information

#C0DD34 (or 0xC0DD34) is unknown color: approx Las Palmas. HEX triplet: C0, DD and 34. RGB value is (192,221,52). Sum of RGB (Red+Green+Blue) = 192+221+52=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 221 (86.72% from 255 or 47.53% from 465); Blue value is 52 (20.70% from 255 or 11.18% from 465); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DD34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0DD34 is #3F22CB. Grayscale: #C1C1C1. Windows color (decimal): -4137676 or 3464640. OLE color: 3464640.

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

Color convert

RGB19222152-
CMYK0.1300.760.13
HSL70.3º71.31%53.53%-
HSV(B)70.3º76.47%86.67%-
XYZ48.2163.1712.9-
YUV193.0648.39127.24-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.29%
GREEN value IS 221 (86.72% from 255) = 47.53%
BLUE value IS 52 (20.70% from 255) = 11.18%
R=41.29%
G=47.53%
B=11.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal192221520.1300.760.1370.371.3153.53
HexC0DD34D04CD464736
Octal300335641501141510610766
Binary1100000011011101110100110101001100110110001101000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DD34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DD34; }

 p { color: rgb(192,221,52); }

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

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

 a { background-color: rgb(192,221,52); }

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

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

 span { border-color: rgb(192,221,52); }

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