#cedf74

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

Shades of Mindaro #CEDF74

Tints of Mindaro #CEDF74

Color information

#CEDF74 (or 0xCEDF74) is unknown color: approx Mindaro. HEX triplet: CE, DF and 74. RGB value is (206,223,116). Sum of RGB (Red+Green+Blue) = 206+223+116=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 223 (87.5% from 255 or 40.92% from 545); Blue value is 116 (45.70% from 255 or 21.28% from 545); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDF74 is #31208B. Grayscale: #CECECE. Windows color (decimal): -3219596 or 7659470. OLE color: 7659470.

HSL color Cylindrical-coordinate representation of color #CEDF74: hue angle of 69.53º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CEDF74 is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB206223116-
CMYK0.0800.480.13
HSL69.53º62.57%66.47%-
HSV(B)69.53º47.98%87.45%-
XYZ54.9967.1626.59-
YUV205.7277.37128.2-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.80%
GREEN value IS 223 (87.5% from 255) = 40.92%
BLUE value IS 116 (45.70% from 255) = 21.28%
R=37.80%
G=40.92%
B=21.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2062231160.0800.480.1369.5362.5766.47
HexCEDF748030D463f42
Octal316337164100601510677102
Binary1100111011011111111010010000110000110110001101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cedf74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cedf74; }

 p { color: rgb(206,223,116); }

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

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

 a { background-color: rgb(206,223,116); }

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

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

 span { border-color: rgb(206,223,116); }

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