Html Css Color HEX #CDD446 Las Palmas

📋 copy color: '#CDD446'

red 205 ◦ green 212 ◦ blue 70

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

Shades of Las Palmas #CDD446

Tints of Las Palmas #CDD446

RGB

 RED value IS 205 (80.47% from 255) = 42.09%

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

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

R = 42.09%
G = 43.53%
B = 14.37%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#CDD446 (or 0xCDD446) is known color: Las Palmas. HEX triplet: CD, D4 and 46. RGB value is (205,212,70). Sum of RGB (Red+Green+Blue) = 205+212+70=487 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.09% from 487); Green value is 212 (83.20% from 255 or 43.53% from 487); Blue value is 70 (27.73% from 255 or 14.37% from 487); Max value from RGB is 212 - color contains mainly: green. Hex color #CDD446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD446 is #322BB9. Grayscale: #C2C2C2. Windows color (decimal): -3287994 or 4641997. OLE color: 4641997.

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

Color convert

RGB 205 212 70 -
CMYK 0.03 0 0.67 0.17
HSL 62.96º 0.62% 0.55% -
HSV(B) 62.96º 0.67% 0.83% -
XYZ 49.83 60.51 14.85 -
YUV 193.72 58.18 136.05 -
System Red Green Blue C M Y K H S L
Decimal 205 212 70 0.03 0 0.67 0.17 62.96 0.62 0.55
Hex CD D4 46 3 0 43 11 3F 3E 37
Octal 315 324 106 3 0 103 21 77 76 67
Binary 11001101 11010100 1000110 11 0 1000011 10001 111111 111110 110111

Color Harmonies of #CDD446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD446

Black with #CDD446

Text Example


Text Example

White with #CDD446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD446; }

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

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

background-color css

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

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

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

border-color css

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

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

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