Html Css Color HEX #C1DC3D Las Palmas

📋 copy color: '#C1DC3D'

red 193 ◦ green 220 ◦ blue 61

#C1DC3D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Las Palmas #C1DC3D

Tints of Las Palmas #C1DC3D

RGB

 RED value IS 193 (75.78% from 255) = 40.72%

 GREEN value IS 220 (86.33% from 255) = 46.41%

 BLUE value IS 61 (24.22% from 255) = 12.87%

R = 40.72%
G = 46.41%
B = 12.87%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#C1DC3D (or 0xC1DC3D) is known color: Las Palmas. HEX triplet: C1, DC and 3D. RGB value is (193,220,61). Sum of RGB (Red+Green+Blue) = 193+220+61=474 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.72% from 474); Green value is 220 (86.33% from 255 or 46.41% from 474); Blue value is 61 (24.22% from 255 or 12.87% from 474); Max value from RGB is 220 - color contains mainly: green. Hex color #C1DC3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1DC3D is #3E23C2. Grayscale: #C2C2C2. Windows color (decimal): -4072387 or 4054209. OLE color: 4054209.

HSL color Cylindrical-coordinate representation of color #C1DC3D: hue angle of 70.19º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C1DC3D is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 220 61 -
CMYK 0.12 0 0.72 0.14
HSL 70.19º 0.69% 0.55% -
HSV(B) 70.19º 0.72% 0.86% -
XYZ 48.43 62.86 14 -
YUV 193.8 53.05 127.43 -
System Red Green Blue C M Y K H S L
Decimal 193 220 61 0.12 0 0.72 0.14 70.19 0.69 0.55
Hex C1 DC 3D C 0 48 E 46 45 37
Octal 301 334 75 14 0 110 16 106 105 67
Binary 11000001 11011100 111101 1100 0 1001000 1110 1000110 1000101 110111

Color Harmonies of #C1DC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1DC3D

Black with #C1DC3D

Text Example


Text Example

White with #C1DC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1DC3D; }

 p { color: rgb(193,220,61); }

 H1.HeaderClassName
 {
   color: #C1DC3D;
 }
 .AnyTagClassName
 {
   color: #C1DC3D;
 }
</style>

background-color css

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

 a { background-color: rgb(193,220,61); }

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

border-color css

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

 span { border-color: rgb(193,220,61); }

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