Html Css Color HEX #C1D948 Las Palmas

📋 copy color: '#C1D948'

red 193 ◦ green 217 ◦ blue 72

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

Shades of Las Palmas #C1D948

Tints of Las Palmas #C1D948

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.02%

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

R = 40.04%
G = 45.02%
B = 14.94%

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

#C1D948 (or 0xC1D948) is known color: Las Palmas. HEX triplet: C1, D9 and 48. RGB value is (193,217,72). Sum of RGB (Red+Green+Blue) = 193+217+72=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 217 (85.16% from 255 or 45.02% from 482); Blue value is 72 (28.52% from 255 or 14.94% from 482); Max value from RGB is 217 - color contains mainly: green. Hex color #C1D948 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1D948 is #3E26B7. Grayscale: #C1C1C1. Windows color (decimal): -4073144 or 4774337. OLE color: 4774337.

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

Color convert

RGB 193 217 72 -
CMYK 0.11 0 0.67 0.15
HSL 69.93º 0.66% 0.57% -
HSV(B) 69.93º 0.67% 0.85% -
XYZ 47.97 61.43 15.46 -
YUV 193.29 59.55 127.79 -
System Red Green Blue C M Y K H S L
Decimal 193 217 72 0.11 0 0.67 0.15 69.93 0.66 0.57
Hex C1 D9 48 B 0 43 F 46 42 39
Octal 301 331 110 13 0 103 17 106 102 71
Binary 11000001 11011001 1001000 1011 0 1000011 1111 1000110 1000010 111001

Color Harmonies of #C1D948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1D948

Black with #C1D948

Text Example


Text Example

White with #C1D948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1D948; }

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

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

background-color css

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

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

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

border-color css

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

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

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