#C0E630

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

Shades of Las Palmas #C0E630

Tints of Las Palmas #C0E630

Color information

#C0E630 (or 0xC0E630) is unknown color: approx Las Palmas. HEX triplet: C0, E6 and 30. RGB value is (192,230,48). Sum of RGB (Red+Green+Blue) = 192+230+48=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 230 (90.23% from 255 or 48.94% from 470); Blue value is 48 (19.14% from 255 or 10.21% from 470); Max value from RGB is 230 - color contains mainly: green. Hex color #C0E630 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0E630 is #3F19CF. Grayscale: #C6C6C6. Windows color (decimal): -4135376 or 3204800. OLE color: 3204800.

HSL color Cylindrical-coordinate representation of color #C0E630: hue angle of 72.53º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C0E630 is Cyan = 0.17, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB19223048-
CMYK0.1700.790.10
HSL72.53º78.45%54.51%-
HSV(B)72.53º79.13%90.2%-
XYZ50.5768.0113.26-
YUV197.8943.41123.8-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.85%
GREEN value IS 230 (90.23% from 255) = 48.94%
BLUE value IS 48 (19.14% from 255) = 10.21%
R=40.85%
G=48.94%
B=10.21%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal192230480.1700.790.1072.5378.4554.51
HexC0E6301104FA494e37
Octal300346602101171211111667
Binary11000000111001101100001000101001111101010010011001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0E630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0E630; }

 p { color: rgb(192,230,48); }

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

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

 a { background-color: rgb(192,230,48); }

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

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

 span { border-color: rgb(192,230,48); }

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