#D0E274

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

Shades of Mindaro #D0E274

Tints of Mindaro #D0E274

Color information

#D0E274 (or 0xD0E274) is unknown color: approx Mindaro. HEX triplet: D0, E2 and 74. RGB value is (208,226,116). Sum of RGB (Red+Green+Blue) = 208+226+116=550 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.82% from 550); Green value is 226 (88.67% from 255 or 41.09% from 550); Blue value is 116 (45.70% from 255 or 21.09% from 550); Max value from RGB is 226 - color contains mainly: green. Hex color #D0E274 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0E274 is #2F1D8B. Grayscale: #D0D0D0. Windows color (decimal): -3087756 or 7660240. OLE color: 7660240.

HSL color Cylindrical-coordinate representation of color #D0E274: hue angle of 69.82º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D0E274 is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB208226116-
CMYK0.0800.490.11
HSL69.82º65.48%67.06%-
HSV(B)69.82º48.67%88.63%-
XYZ56.3669.0626.88-
YUV208.0876.04127.94-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.82%
GREEN value IS 226 (88.67% from 255) = 41.09%
BLUE value IS 116 (45.70% from 255) = 21.09%
R=37.82%
G=41.09%
B=21.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2082261160.0800.490.1169.8265.4867.06
HexD0E2748031B464143
Octal3203421641006113106101103
Binary11010000111000101110100100001100011011100011010000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E274; }

 p { color: rgb(208,226,116); }

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

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

 a { background-color: rgb(208,226,116); }

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

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

 span { border-color: rgb(208,226,116); }

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