Html Css Color HEX #CCD548 Las Palmas

📋 copy color: '#CCD548'

red 204 ◦ green 213 ◦ blue 72

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

Shades of Las Palmas #CCD548

Tints of Las Palmas #CCD548

RGB

 RED value IS 204 (80.08% from 255) = 41.72%

 GREEN value IS 213 (83.59% from 255) = 43.56%

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

R = 41.72%
G = 43.56%
B = 14.72%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#CCD548 (or 0xCCD548) is known color: Las Palmas. HEX triplet: CC, D5 and 48. RGB value is (204,213,72). Sum of RGB (Red+Green+Blue) = 204+213+72=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 213 (83.59% from 255 or 43.56% from 489); Blue value is 72 (28.52% from 255 or 14.72% from 489); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD548 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD548 is #332AB7. Grayscale: #C2C2C2. Windows color (decimal): -3353272 or 4773324. OLE color: 4773324.

HSL color Cylindrical-coordinate representation of color #CCD548: hue angle of 63.83º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CCD548 is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 213 72 -
CMYK 0.04 0 0.66 0.16
HSL 63.83º 0.63% 0.56% -
HSV(B) 63.83º 0.66% 0.84% -
XYZ 49.87 60.89 15.26 -
YUV 194.24 59.02 134.96 -
System Red Green Blue C M Y K H S L
Decimal 204 213 72 0.04 0 0.66 0.16 63.83 0.63 0.56
Hex CC D5 48 4 0 42 10 40 3F 38
Octal 314 325 110 4 0 102 20 100 77 70
Binary 11001100 11010101 1001000 100 0 1000010 10000 1000000 111111 111000

Color Harmonies of #CCD548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD548

Black with #CCD548

Text Example


Text Example

White with #CCD548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD548; }

 p { color: rgb(204,213,72); }

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

background-color css

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

 a { background-color: rgb(204,213,72); }

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

border-color css

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

 span { border-color: rgb(204,213,72); }

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