Html Css Color HEX #C5DB48 Las Palmas

📋 copy color: '#C5DB48'

red 197 ◦ green 219 ◦ blue 72

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

Shades of Las Palmas #C5DB48

Tints of Las Palmas #C5DB48

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.88%

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

R = 40.37%
G = 44.88%
B = 14.75%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#C5DB48 (or 0xC5DB48) is known color: Las Palmas. HEX triplet: C5, DB and 48. RGB value is (197,219,72). Sum of RGB (Red+Green+Blue) = 197+219+72=488 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.37% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 72 (28.52% from 255 or 14.75% from 488); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DB48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5DB48 is #3A24B7. Grayscale: #C4C4C4. Windows color (decimal): -3810488 or 4774853. OLE color: 4774853.

HSL color Cylindrical-coordinate representation of color #C5DB48: hue angle of 68.98º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C5DB48 is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 219 72 -
CMYK 0.10 0 0.67 0.14
HSL 68.98º 0.67% 0.57% -
HSV(B) 68.98º 0.67% 0.86% -
XYZ 49.53 63 15.68 -
YUV 195.66 58.21 128.95 -
System Red Green Blue C M Y K H S L
Decimal 197 219 72 0.10 0 0.67 0.14 68.98 0.67 0.57
Hex C5 DB 48 A 0 43 E 45 43 39
Octal 305 333 110 12 0 103 16 105 103 71
Binary 11000101 11011011 1001000 1010 0 1000011 1110 1000101 1000011 111001

Color Harmonies of #C5DB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DB48

Black with #C5DB48

Text Example


Text Example

White with #C5DB48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DB48; }

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

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

background-color css

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

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

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

border-color css

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

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

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