Html Css Color HEX #CCD648 Las Palmas

📋 copy color: '#CCD648'

red 204 ◦ green 214 ◦ blue 72

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

Shades of Las Palmas #CCD648

Tints of Las Palmas #CCD648

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.67%

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

R = 41.63%
G = 43.67%
B = 14.69%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#CCD648 (or 0xCCD648) is known color: Las Palmas. HEX triplet: CC, D6 and 48. RGB value is (204,214,72). Sum of RGB (Red+Green+Blue) = 204+214+72=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 214 (83.98% from 255 or 43.67% from 490); Blue value is 72 (28.52% from 255 or 14.69% from 490); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD648 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD648 is #3329B7. Grayscale: #C3C3C3. Windows color (decimal): -3353016 or 4773580. OLE color: 4773580.

HSL color Cylindrical-coordinate representation of color #CCD648: hue angle of 64.23º 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 #CCD648 is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 214 72 -
CMYK 0.05 0 0.66 0.16
HSL 64.23º 0.63% 0.56% -
HSV(B) 64.23º 0.66% 0.84% -
XYZ 50.12 61.4 15.34 -
YUV 194.82 58.69 134.55 -
System Red Green Blue C M Y K H S L
Decimal 204 214 72 0.05 0 0.66 0.16 64.23 0.63 0.56
Hex CC D6 48 5 0 42 10 40 3F 38
Octal 314 326 110 5 0 102 20 100 77 70
Binary 11001100 11010110 1001000 101 0 1000010 10000 1000000 111111 111000

Color Harmonies of #CCD648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD648

Black with #CCD648

Text Example


Text Example

White with #CCD648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD648; }

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

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

background-color css

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

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

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

border-color css

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

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

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