Html Css Color HEX #CCD64A Las Palmas

📋 copy color: '#CCD64A'

red 204 ◦ green 214 ◦ blue 74

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

Shades of Las Palmas #CCD64A

Tints of Las Palmas #CCD64A

RGB

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

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

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

R = 41.46%
G = 43.5%
B = 15.04%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#CCD64A (or 0xCCD64A) is known color: Las Palmas. HEX triplet: CC, D6 and 4A. RGB value is (204,214,74). Sum of RGB (Red+Green+Blue) = 204+214+74=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 214 (83.98% from 255 or 43.50% from 492); Blue value is 74 (29.30% from 255 or 15.04% from 492); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD64A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD64A is #3329B5. Grayscale: #C3C3C3. Windows color (decimal): -3353014 or 4904652. OLE color: 4904652.

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

Color convert

RGB 204 214 74 -
CMYK 0.05 0 0.65 0.16
HSL 64.29º 0.63% 0.56% -
HSV(B) 64.29º 0.65% 0.84% -
XYZ 50.18 61.42 15.69 -
YUV 195.05 59.69 134.38 -
System Red Green Blue C M Y K H S L
Decimal 204 214 74 0.05 0 0.65 0.16 64.29 0.63 0.56
Hex CC D6 4A 5 0 41 10 40 3F 38
Octal 314 326 112 5 0 101 20 100 77 70
Binary 11001100 11010110 1001010 101 0 1000001 10000 1000000 111111 111000

Color Harmonies of #CCD64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD64A

Black with #CCD64A

Text Example


Text Example

White with #CCD64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD64A; }

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

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

background-color css

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

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

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

border-color css

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

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

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