#DDF67A

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

Shades of Mindaro #DDF67A

Tints of Mindaro #DDF67A

Color information

#DDF67A (or 0xDDF67A) is unknown color: approx Mindaro. HEX triplet: DD, F6 and 7A. RGB value is (221,246,122). Sum of RGB (Red+Green+Blue) = 221+246+122=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 246 (96.48% from 255 or 41.77% from 589); Blue value is 122 (48.05% from 255 or 20.71% from 589); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF67A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF67A is #220985. Grayscale: #E0E0E0. Windows color (decimal): -2230662 or 8058589. OLE color: 8058589.

HSL color Cylindrical-coordinate representation of color #DDF67A: hue angle of 72.1º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDF67A is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB221246122-
CMYK0.1000.500.04
HSL72.1º87.32%72.16%-
HSV(B)72.1º50.41%96.47%-
XYZ66.2982.6930.88-
YUV224.3970.22125.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.52%
GREEN value IS 246 (96.48% from 255) = 41.77%
BLUE value IS 122 (48.05% from 255) = 20.71%
R=37.52%
G=41.77%
B=20.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2212461220.1000.500.0472.187.3272.16
HexDDF67AA0324485748
Octal335366172120624110127110
Binary1101110111110110111101010100110010100100100010101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF67A; }

 p { color: rgb(221,246,122); }

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

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

 a { background-color: rgb(221,246,122); }

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

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

 span { border-color: rgb(221,246,122); }

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