Html Css Color HEX #CCD542 Las Palmas

📋 copy color: '#CCD542'

red 204 ◦ green 213 ◦ blue 66

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

Shades of Las Palmas #CCD542

Tints of Las Palmas #CCD542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.66%

R = 42.24%
G = 44.1%
B = 13.66%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#CCD542 (or 0xCCD542) is known color: Las Palmas. HEX triplet: CC, D5 and 42. RGB value is (204,213,66). Sum of RGB (Red+Green+Blue) = 204+213+66=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 213 (83.59% from 255 or 44.10% from 483); Blue value is 66 (26.17% from 255 or 13.66% from 483); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD542 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD542 is #332ABD. Grayscale: #C2C2C2. Windows color (decimal): -3353278 or 4380108. OLE color: 4380108.

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

Color convert

RGB 204 213 66 -
CMYK 0.04 0 0.69 0.16
HSL 63.67º 0.64% 0.55% -
HSV(B) 63.67º 0.69% 0.84% -
XYZ 49.68 60.82 14.28 -
YUV 193.55 56.02 135.45 -
System Red Green Blue C M Y K H S L
Decimal 204 213 66 0.04 0 0.69 0.16 63.67 0.64 0.55
Hex CC D5 42 4 0 45 10 40 40 37
Octal 314 325 102 4 0 105 20 100 100 67
Binary 11001100 11010101 1000010 100 0 1000101 10000 1000000 1000000 110111

Color Harmonies of #CCD542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD542

Black with #CCD542

Text Example


Text Example

White with #CCD542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD542; }

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

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

background-color css

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

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

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

border-color css

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

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

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