Html Css Color HEX #C1DA3D Las Palmas

📋 copy color: '#C1DA3D'

red 193 ◦ green 218 ◦ blue 61

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

Shades of Las Palmas #C1DA3D

Tints of Las Palmas #C1DA3D

RGB

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

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

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

R = 40.89%
G = 46.19%
B = 12.92%

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

#C1DA3D (or 0xC1DA3D) is known color: Las Palmas. HEX triplet: C1, DA and 3D. RGB value is (193,218,61). Sum of RGB (Red+Green+Blue) = 193+218+61=472 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.89% from 472); Green value is 218 (85.55% from 255 or 46.19% from 472); Blue value is 61 (24.22% from 255 or 12.92% from 472); Max value from RGB is 218 - color contains mainly: green. Hex color #C1DA3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1DA3D is #3E25C2. Grayscale: #C1C1C1. Windows color (decimal): -4072899 or 4053697. OLE color: 4053697.

HSL color Cylindrical-coordinate representation of color #C1DA3D: hue angle of 69.55º 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 #C1DA3D is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 193 218 61 -
CMYK 0.11 0 0.72 0.15
HSL 69.55º 0.68% 0.55% -
HSV(B) 69.55º 0.72% 0.85% -
XYZ 47.91 61.82 13.82 -
YUV 192.63 53.72 128.27 -
System Red Green Blue C M Y K H S L
Decimal 193 218 61 0.11 0 0.72 0.15 69.55 0.68 0.55
Hex C1 DA 3D B 0 48 F 46 44 37
Octal 301 332 75 13 0 110 17 106 104 67
Binary 11000001 11011010 111101 1011 0 1001000 1111 1000110 1000100 110111

Color Harmonies of #C1DA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1DA3D

Black with #C1DA3D

Text Example


Text Example

White with #C1DA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1DA3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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