#C5E233

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

Shades of Las Palmas #C5E233

Tints of Las Palmas #C5E233

Color information

#C5E233 (or 0xC5E233) is unknown color: approx Las Palmas. HEX triplet: C5, E2 and 33. RGB value is (197,226,51). Sum of RGB (Red+Green+Blue) = 197+226+51=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 226 (88.67% from 255 or 47.68% from 474); Blue value is 51 (20.31% from 255 or 10.76% from 474); Max value from RGB is 226 - color contains mainly: green. Hex color #C5E233 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5E233 is #3A1DCC. Grayscale: #C6C6C6. Windows color (decimal): -3808717 or 3400389. OLE color: 3400389.

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

Color convert

RGB19722651-
CMYK0.1300.770.11
HSL69.94º75.11%54.31%-
HSV(B)69.94º77.43%88.63%-
XYZ50.8266.513.29-
YUV197.3845.39127.73-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.56%
GREEN value IS 226 (88.67% from 255) = 47.68%
BLUE value IS 51 (20.31% from 255) = 10.76%
R=41.56%
G=47.68%
B=10.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal197226510.1300.770.1169.9475.1154.31
HexC5E233D04DB464b36
Octal305342631501151310611366
Binary1100010111100010110011110101001101101110001101001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5E233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5E233; }

 p { color: rgb(197,226,51); }

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

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

 a { background-color: rgb(197,226,51); }

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

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

 span { border-color: rgb(197,226,51); }

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