Html Css Color HEX #C5DD48 Las Palmas

📋 copy color: '#C5DD48'

red 197 ◦ green 221 ◦ blue 72

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

Shades of Las Palmas #C5DD48

Tints of Las Palmas #C5DD48

RGB

 RED value IS 197 (77.34% from 255) = 40.2%

 GREEN value IS 221 (86.72% from 255) = 45.1%

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

R = 40.2%
G = 45.1%
B = 14.69%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#C5DD48 (or 0xC5DD48) is known color: Las Palmas. HEX triplet: C5, DD and 48. RGB value is (197,221,72). Sum of RGB (Red+Green+Blue) = 197+221+72=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 72 (28.52% from 255 or 14.69% from 490); Max value from RGB is 221 - color contains mainly: green. Hex color #C5DD48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5DD48 is #3A22B7. Grayscale: #C5C5C5. Windows color (decimal): -3809976 or 4775365. OLE color: 4775365.

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

Color convert

RGB 197 221 72 -
CMYK 0.11 0 0.67 0.13
HSL 69.66º 0.69% 0.57% -
HSV(B) 69.66º 0.67% 0.87% -
XYZ 50.05 64.05 15.86 -
YUV 196.84 57.55 128.12 -
System Red Green Blue C M Y K H S L
Decimal 197 221 72 0.11 0 0.67 0.13 69.66 0.69 0.57
Hex C5 DD 48 B 0 43 D 46 45 39
Octal 305 335 110 13 0 103 15 106 105 71
Binary 11000101 11011101 1001000 1011 0 1000011 1101 1000110 1000101 111001

Color Harmonies of #C5DD48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DD48

Black with #C5DD48

Text Example


Text Example

White with #C5DD48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DD48; }

 p { color: rgb(197,221,72); }

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

background-color css

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

 a { background-color: rgb(197,221,72); }

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

border-color css

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

 span { border-color: rgb(197,221,72); }

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