#C0D93E

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

Shades of Las Palmas #C0D93E

Tints of Las Palmas #C0D93E

Color information

#C0D93E (or 0xC0D93E) is unknown color: approx Las Palmas. HEX triplet: C0, D9 and 3E. RGB value is (192,217,62). Sum of RGB (Red+Green+Blue) = 192+217+62=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 217 (85.16% from 255 or 46.07% from 471); Blue value is 62 (24.61% from 255 or 13.16% from 471); Max value from RGB is 217 - color contains mainly: green. Hex color #C0D93E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D93E is #3F26C1. Grayscale: #C0C0C0. Windows color (decimal): -4138690 or 4118976. OLE color: 4118976.

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

Color convert

RGB19221762-
CMYK0.1200.710.15
HSL69.68º67.1%54.71%-
HSV(B)69.68º71.43%85.1%-
XYZ47.4261.1813.87-
YUV191.8654.72128.1-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.76%
GREEN value IS 217 (85.16% from 255) = 46.07%
BLUE value IS 62 (24.61% from 255) = 13.16%
R=40.76%
G=46.07%
B=13.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal192217620.1200.710.1569.6867.154.71
HexC0D93EC047F464337
Octal300331761401071710610367
Binary1100000011011001111110110001000111111110001101000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D93E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D93E; }

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

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

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

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

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

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

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

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