Html Css Color HEX #CCD43C Las Palmas

📋 copy color: '#CCD43C'

red 204 ◦ green 212 ◦ blue 60

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

Shades of Las Palmas #CCD43C

Tints of Las Palmas #CCD43C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.54%

 BLUE value IS 60 (23.83% from 255) = 12.61%

R = 42.86%
G = 44.54%
B = 12.61%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#CCD43C (or 0xCCD43C) is known color: Las Palmas. HEX triplet: CC, D4 and 3C. RGB value is (204,212,60). Sum of RGB (Red+Green+Blue) = 204+212+60=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 212 (83.20% from 255 or 44.54% from 476); Blue value is 60 (23.83% from 255 or 12.61% from 476); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD43C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD43C is #332BC3. Grayscale: #C0C0C0. Windows color (decimal): -3353540 or 3986636. OLE color: 3986636.

HSL color Cylindrical-coordinate representation of color #CCD43C: hue angle of 63.16º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CCD43C is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 212 60 -
CMYK 0.04 0 0.72 0.17
HSL 63.16º 0.64% 0.53% -
HSV(B) 63.16º 0.72% 0.83% -
XYZ 49.26 60.25 13.31 -
YUV 192.28 53.35 136.36 -
System Red Green Blue C M Y K H S L
Decimal 204 212 60 0.04 0 0.72 0.17 63.16 0.64 0.53
Hex CC D4 3C 4 0 48 11 3F 40 35
Octal 314 324 74 4 0 110 21 77 100 65
Binary 11001100 11010100 111100 100 0 1001000 10001 111111 1000000 110101

Color Harmonies of #CCD43C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD43C

Black with #CCD43C

Text Example


Text Example

White with #CCD43C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD43C; }

 p { color: rgb(204,212,60); }

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

background-color css

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

 a { background-color: rgb(204,212,60); }

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

border-color css

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

 span { border-color: rgb(204,212,60); }

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