#C0D93B

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

Shades of Las Palmas #C0D93B

Tints of Las Palmas #C0D93B

Color information

#C0D93B (or 0xC0D93B) is unknown color: approx Las Palmas. HEX triplet: C0, D9 and 3B. RGB value is (192,217,59). Sum of RGB (Red+Green+Blue) = 192+217+59=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 217 (85.16% from 255 or 46.37% from 468); Blue value is 59 (23.44% from 255 or 12.61% from 468); Max value from RGB is 217 - color contains mainly: green. Hex color #C0D93B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D93B is #3F26C4. Grayscale: #C0C0C0. Windows color (decimal): -4138693 or 3922368. OLE color: 3922368.

HSL color Cylindrical-coordinate representation of color #C0D93B: hue angle of 69.49º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C0D93B is Cyan = 0.12, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB19221759-
CMYK0.1200.730.15
HSL69.49º67.52%54.12%-
HSV(B)69.49º72.81%85.1%-
XYZ47.3461.1513.45-
YUV191.5153.22128.35-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.03%
GREEN value IS 217 (85.16% from 255) = 46.37%
BLUE value IS 59 (23.44% from 255) = 12.61%
R=41.03%
G=46.37%
B=12.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal192217590.1200.730.1569.4967.5254.12
HexC0D93BC049F454436
Octal300331731401111710510466
Binary1100000011011001111011110001001001111110001011000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D93B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D93B; }

 p { color: rgb(192,217,59); }

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

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

 a { background-color: rgb(192,217,59); }

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

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

 span { border-color: rgb(192,217,59); }

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