Html Css Color HEX #C1DB40 Las Palmas

📋 copy color: '#C1DB40'

red 193 ◦ green 219 ◦ blue 64

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

Shades of Las Palmas #C1DB40

Tints of Las Palmas #C1DB40

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.01%

 BLUE value IS 64 (25.39% from 255) = 13.45%

R = 40.55%
G = 46.01%
B = 13.45%

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

#C1DB40 (or 0xC1DB40) is known color: Las Palmas. HEX triplet: C1, DB and 40. RGB value is (193,219,64). Sum of RGB (Red+Green+Blue) = 193+219+64=476 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.55% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 64 (25.39% from 255 or 13.45% from 476); Max value from RGB is 219 - color contains mainly: green. Hex color #C1DB40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1DB40 is #3E24BF. Grayscale: #C2C2C2. Windows color (decimal): -4072640 or 4250561. OLE color: 4250561.

HSL color Cylindrical-coordinate representation of color #C1DB40: hue angle of 70.06º degrees, saturation: 0.68, 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 #C1DB40 is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 219 64 -
CMYK 0.12 0 0.71 0.14
HSL 70.06º 0.68% 0.55% -
HSV(B) 70.06º 0.71% 0.86% -
XYZ 48.25 62.37 14.35 -
YUV 193.56 54.89 127.6 -
System Red Green Blue C M Y K H S L
Decimal 193 219 64 0.12 0 0.71 0.14 70.06 0.68 0.55
Hex C1 DB 40 C 0 47 E 46 44 37
Octal 301 333 100 14 0 107 16 106 104 67
Binary 11000001 11011011 1000000 1100 0 1000111 1110 1000110 1000100 110111

Color Harmonies of #C1DB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1DB40

Black with #C1DB40

Text Example


Text Example

White with #C1DB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1DB40; }

 p { color: rgb(193,219,64); }

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

background-color css

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

 a { background-color: rgb(193,219,64); }

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

border-color css

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

 span { border-color: rgb(193,219,64); }

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