Html Css Color HEX #C1DA48 Las Palmas

📋 copy color: '#C1DA48'

red 193 ◦ green 218 ◦ blue 72

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

Shades of Las Palmas #C1DA48

Tints of Las Palmas #C1DA48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.91%

R = 39.96%
G = 45.13%
B = 14.91%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#C1DA48 (or 0xC1DA48) is known color: Las Palmas. HEX triplet: C1, DA and 48. RGB value is (193,218,72). Sum of RGB (Red+Green+Blue) = 193+218+72=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 218 (85.55% from 255 or 45.13% from 483); Blue value is 72 (28.52% from 255 or 14.91% from 483); Max value from RGB is 218 - color contains mainly: green. Hex color #C1DA48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1DA48 is #3E25B7. Grayscale: #C2C2C2. Windows color (decimal): -4072888 or 4774593. OLE color: 4774593.

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

Color convert

RGB 193 218 72 -
CMYK 0.11 0 0.67 0.15
HSL 70.27º 0.66% 0.57% -
HSV(B) 70.27º 0.67% 0.85% -
XYZ 48.23 61.95 15.55 -
YUV 193.88 59.22 127.37 -
System Red Green Blue C M Y K H S L
Decimal 193 218 72 0.11 0 0.67 0.15 70.27 0.66 0.57
Hex C1 DA 48 B 0 43 F 46 42 39
Octal 301 332 110 13 0 103 17 106 102 71
Binary 11000001 11011010 1001000 1011 0 1000011 1111 1000110 1000010 111001

Color Harmonies of #C1DA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1DA48

Black with #C1DA48

Text Example


Text Example

White with #C1DA48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1DA48; }

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

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

background-color css

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

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

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

border-color css

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

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

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