#c8df35

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

Shades of Las Palmas #C8DF35

Tints of Las Palmas #C8DF35

Color information

#C8DF35 (or 0xC8DF35) is unknown color: approx Las Palmas. HEX triplet: C8, DF and 35. RGB value is (200,223,53). Sum of RGB (Red+Green+Blue) = 200+223+53=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 223 (87.5% from 255 or 46.85% from 476); Blue value is 53 (21.09% from 255 or 11.13% from 476); Max value from RGB is 223 - color contains mainly: green. Hex color #C8DF35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8DF35 is #3720CA. Grayscale: #C5C5C5. Windows color (decimal): -3612875 or 3530696. OLE color: 3530696.

HSL color Cylindrical-coordinate representation of color #C8DF35: hue angle of 68.12º degrees, saturation: 0.73, 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 #C8DF35 is Cyan = 0.10, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB20022353-
CMYK0.1000.760.13
HSL68.12º72.65%54.12%-
HSV(B)68.12º76.23%87.45%-
XYZ50.8565.3113.29-
YUV196.7446.88130.32-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.02%
GREEN value IS 223 (87.5% from 255) = 46.85%
BLUE value IS 53 (21.09% from 255) = 11.13%
R=42.02%
G=46.85%
B=11.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal200223530.1000.760.1368.1272.6554.12
HexC8DF35A04CD444936
Octal310337651201141510411166
Binary1100100011011111110101101001001100110110001001001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c8df35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c8df35; }

 p { color: rgb(200,223,53); }

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

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

 a { background-color: rgb(200,223,53); }

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

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

 span { border-color: rgb(200,223,53); }

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