Html Css Color HEX #CCD44A Las Palmas

📋 copy color: '#CCD44A'

red 204 ◦ green 212 ◦ blue 74

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

Shades of Las Palmas #CCD44A

Tints of Las Palmas #CCD44A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.1%

R = 41.63%
G = 43.27%
B = 15.1%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#CCD44A (or 0xCCD44A) is known color: Las Palmas. HEX triplet: CC, D4 and 4A. RGB value is (204,212,74). Sum of RGB (Red+Green+Blue) = 204+212+74=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 212 (83.20% from 255 or 43.27% from 490); Blue value is 74 (29.30% from 255 or 15.10% from 490); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD44A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD44A is #332BB5. Grayscale: #C2C2C2. Windows color (decimal): -3353526 or 4904140. OLE color: 4904140.

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

Color convert

RGB 204 212 74 -
CMYK 0.04 0 0.65 0.17
HSL 63.48º 0.62% 0.56% -
HSV(B) 63.48º 0.65% 0.83% -
XYZ 49.68 60.42 15.52 -
YUV 193.88 60.35 135.22 -
System Red Green Blue C M Y K H S L
Decimal 204 212 74 0.04 0 0.65 0.17 63.48 0.62 0.56
Hex CC D4 4A 4 0 41 11 3F 3E 38
Octal 314 324 112 4 0 101 21 77 76 70
Binary 11001100 11010100 1001010 100 0 1000001 10001 111111 111110 111000

Color Harmonies of #CCD44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD44A

Black with #CCD44A

Text Example


Text Example

White with #CCD44A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD44A; }

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

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

background-color css

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

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

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

border-color css

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

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

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