Html Css Color HEX #C1DC3F Las Palmas

📋 copy color: '#C1DC3F'

red 193 ◦ green 220 ◦ blue 63

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

Shades of Las Palmas #C1DC3F

Tints of Las Palmas #C1DC3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.24%

R = 40.55%
G = 46.22%
B = 13.24%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#C1DC3F (or 0xC1DC3F) is known color: Las Palmas. HEX triplet: C1, DC and 3F. RGB value is (193,220,63). Sum of RGB (Red+Green+Blue) = 193+220+63=476 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.55% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 63 (25% from 255 or 13.24% from 476); Max value from RGB is 220 - color contains mainly: green. Hex color #C1DC3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1DC3F is #3E23C0. Grayscale: #C2C2C2. Windows color (decimal): -4072385 or 4185281. OLE color: 4185281.

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

Color convert

RGB 193 220 63 -
CMYK 0.12 0 0.71 0.14
HSL 70.32º 0.69% 0.55% -
HSV(B) 70.32º 0.71% 0.86% -
XYZ 48.48 62.88 14.28 -
YUV 194.03 54.05 127.27 -
System Red Green Blue C M Y K H S L
Decimal 193 220 63 0.12 0 0.71 0.14 70.32 0.69 0.55
Hex C1 DC 3F C 0 47 E 46 45 37
Octal 301 334 77 14 0 107 16 106 105 67
Binary 11000001 11011100 111111 1100 0 1000111 1110 1000110 1000101 110111

Color Harmonies of #C1DC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1DC3F

Black with #C1DC3F

Text Example


Text Example

White with #C1DC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1DC3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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