Html Css Color HEX #C1DA4A Las Palmas

📋 copy color: '#C1DA4A'

red 193 ◦ green 218 ◦ blue 74

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

Shades of Las Palmas #C1DA4A

Tints of Las Palmas #C1DA4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.26%

R = 39.79%
G = 44.95%
B = 15.26%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#C1DA4A (or 0xC1DA4A) is known color: Las Palmas. HEX triplet: C1, DA and 4A. RGB value is (193,218,74). Sum of RGB (Red+Green+Blue) = 193+218+74=485 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.79% from 485); Green value is 218 (85.55% from 255 or 44.95% from 485); Blue value is 74 (29.30% from 255 or 15.26% from 485); Max value from RGB is 218 - color contains mainly: green. Hex color #C1DA4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1DA4A is #3E25B5. Grayscale: #C2C2C2. Windows color (decimal): -4072886 or 4905665. OLE color: 4905665.

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

Color convert

RGB 193 218 74 -
CMYK 0.11 0 0.66 0.15
HSL 70.42º 0.66% 0.57% -
HSV(B) 70.42º 0.66% 0.85% -
XYZ 48.3 61.97 15.9 -
YUV 194.11 60.22 127.21 -
System Red Green Blue C M Y K H S L
Decimal 193 218 74 0.11 0 0.66 0.15 70.42 0.66 0.57
Hex C1 DA 4A B 0 42 F 46 42 39
Octal 301 332 112 13 0 102 17 106 102 71
Binary 11000001 11011010 1001010 1011 0 1000010 1111 1000110 1000010 111001

Color Harmonies of #C1DA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1DA4A

Black with #C1DA4A

Text Example


Text Example

White with #C1DA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1DA4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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