#CED44D

Color #CED44D Wattle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wattle #CED44D

Tints of Wattle #CED44D

Color information

#CED44D (or 0xCED44D) is unknown color: approx Wattle. HEX triplet: CE, D4 and 4D. RGB value is (206,212,77). Sum of RGB (Red+Green+Blue) = 206+212+77=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 212 (83.20% from 255 or 42.83% from 495); Blue value is 77 (30.47% from 255 or 15.56% from 495); Max value from RGB is 212 - color contains mainly: green. Hex color #CED44D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED44D is #312BB2. Grayscale: #C3C3C3. Windows color (decimal): -3222451 or 5100750. OLE color: 5100750.

HSL color Cylindrical-coordinate representation of color #CED44D: hue angle of 62.67º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CED44D is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB20621277-
CMYK0.0300.640.17
HSL62.67º61.09%56.67%-
HSV(B)62.67º63.68%83.14%-
XYZ50.3460.7416.09-
YUV194.8261.51135.98-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.62%
GREEN value IS 212 (83.20% from 255) = 42.83%
BLUE value IS 77 (30.47% from 255) = 15.56%
R=41.62%
G=42.83%
B=15.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal206212770.0300.640.1762.6761.0956.67
HexCED44D3040113f3d39
Octal3163241153010021777571
Binary11001110110101001001101110100000010001111111111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED44D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED44D; }

 p { color: rgb(206,212,77); }

 H1.HeaderClassName
 {
   color: #CED44D;
 }
 .AnyTagClassName
 {
   color: #CED44D;
 }
</style>
background-color css

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

 a { background-color: rgb(206,212,77); }

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

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

 span { border-color: rgb(206,212,77); }

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