Html Css Color HEX #CCD446 Las Palmas

📋 copy color: '#CCD446'

red 204 ◦ green 212 ◦ blue 70

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

Shades of Las Palmas #CCD446

Tints of Las Palmas #CCD446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.4%

R = 41.98%
G = 43.62%
B = 14.4%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#CCD446 (or 0xCCD446) is known color: Las Palmas. HEX triplet: CC, D4 and 46. RGB value is (204,212,70). Sum of RGB (Red+Green+Blue) = 204+212+70=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 212 (83.20% from 255 or 43.62% from 486); Blue value is 70 (27.73% from 255 or 14.40% from 486); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD446 is #332BB9. Grayscale: #C1C1C1. Windows color (decimal): -3353530 or 4641996. OLE color: 4641996.

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

Color convert

RGB 204 212 70 -
CMYK 0.04 0 0.67 0.17
HSL 63.38º 0.62% 0.55% -
HSV(B) 63.38º 0.67% 0.83% -
XYZ 49.55 60.37 14.83 -
YUV 193.42 58.35 135.55 -
System Red Green Blue C M Y K H S L
Decimal 204 212 70 0.04 0 0.67 0.17 63.38 0.62 0.55
Hex CC D4 46 4 0 43 11 3F 3E 37
Octal 314 324 106 4 0 103 21 77 76 67
Binary 11001100 11010100 1000110 100 0 1000011 10001 111111 111110 110111

Color Harmonies of #CCD446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD446

Black with #CCD446

Text Example


Text Example

White with #CCD446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD446; }

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

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

background-color css

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

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

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

border-color css

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

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

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