Html Css Color HEX #C1DA3E Las Palmas

📋 copy color: '#C1DA3E'

red 193 ◦ green 218 ◦ blue 62

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

Shades of Las Palmas #C1DA3E

Tints of Las Palmas #C1DA3E

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.09%

 BLUE value IS 62 (24.61% from 255) = 13.11%

R = 40.8%
G = 46.09%
B = 13.11%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#C1DA3E (or 0xC1DA3E) is known color: Las Palmas. HEX triplet: C1, DA and 3E. RGB value is (193,218,62). Sum of RGB (Red+Green+Blue) = 193+218+62=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 218 (85.55% from 255 or 46.09% from 473); Blue value is 62 (24.61% from 255 or 13.11% from 473); Max value from RGB is 218 - color contains mainly: green. Hex color #C1DA3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1DA3E is #3E25C1. Grayscale: #C1C1C1. Windows color (decimal): -4072898 or 4119233. OLE color: 4119233.

HSL color Cylindrical-coordinate representation of color #C1DA3E: hue angle of 69.62º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C1DA3E is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 193 218 62 -
CMYK 0.11 0 0.72 0.15
HSL 69.62º 0.68% 0.55% -
HSV(B) 69.62º 0.72% 0.85% -
XYZ 47.93 61.83 13.97 -
YUV 192.74 54.22 128.18 -
System Red Green Blue C M Y K H S L
Decimal 193 218 62 0.11 0 0.72 0.15 69.62 0.68 0.55
Hex C1 DA 3E B 0 48 F 46 44 37
Octal 301 332 76 13 0 110 17 106 104 67
Binary 11000001 11011010 111110 1011 0 1001000 1111 1000110 1000100 110111

Color Harmonies of #C1DA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1DA3E

Black with #C1DA3E

Text Example


Text Example

White with #C1DA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1DA3E; }

 p { color: rgb(193,218,62); }

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

background-color css

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

 a { background-color: rgb(193,218,62); }

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

border-color css

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

 span { border-color: rgb(193,218,62); }

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