Html Css Color HEX #CCD445 Las Palmas

📋 copy color: '#CCD445'

red 204 ◦ green 212 ◦ blue 69

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

Shades of Las Palmas #CCD445

Tints of Las Palmas #CCD445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.23%

R = 42.06%
G = 43.71%
B = 14.23%

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

#CCD445 (or 0xCCD445) is known color: Las Palmas. HEX triplet: CC, D4 and 45. RGB value is (204,212,69). Sum of RGB (Red+Green+Blue) = 204+212+69=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 212 (83.20% from 255 or 43.71% from 485); Blue value is 69 (27.34% from 255 or 14.23% from 485); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD445 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD445 is #332BBA. Grayscale: #C1C1C1. Windows color (decimal): -3353531 or 4576460. OLE color: 4576460.

HSL color Cylindrical-coordinate representation of color #CCD445: hue angle of 63.36º 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 #CCD445 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 212 69 -
CMYK 0.04 0 0.67 0.17
HSL 63.36º 0.62% 0.55% -
HSV(B) 63.36º 0.67% 0.83% -
XYZ 49.52 60.35 14.67 -
YUV 193.31 57.85 135.63 -
System Red Green Blue C M Y K H S L
Decimal 204 212 69 0.04 0 0.67 0.17 63.36 0.62 0.55
Hex CC D4 45 4 0 43 11 3F 3E 37
Octal 314 324 105 4 0 103 21 77 76 67
Binary 11001100 11010100 1000101 100 0 1000011 10001 111111 111110 110111

Color Harmonies of #CCD445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD445

Black with #CCD445

Text Example


Text Example

White with #CCD445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD445; }

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

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

background-color css

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

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

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

border-color css

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

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

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