Html Css Color HEX #DDF07D Mindaro

📋 copy color: '#DDF07D'

red 221 ◦ green 240 ◦ blue 125

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

Shades of Mindaro #DDF07D

Tints of Mindaro #DDF07D

RGB

 RED value IS 221 (86.72% from 255) = 37.71%

 GREEN value IS 240 (94.14% from 255) = 40.96%

 BLUE value IS 125 (49.22% from 255) = 21.33%

R = 37.71%
G = 40.96%
B = 21.33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#DDF07D (or 0xDDF07D) is known color: Mindaro. HEX triplet: DD, F0 and 7D. RGB value is (221,240,125). Sum of RGB (Red+Green+Blue) = 221+240+125=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 240 (94.14% from 255 or 40.96% from 586); Blue value is 125 (49.22% from 255 or 21.33% from 586); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF07D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF07D is #220F82. Grayscale: #DDDDDD. Windows color (decimal): -2232195 or 8253661. OLE color: 8253661.

HSL color Cylindrical-coordinate representation of color #DDF07D: hue angle of 69.91º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DDF07D is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 240 125 -
CMYK 0.08 0 0.48 0.06
HSL 69.91º 0.79% 0.72% -
HSV(B) 69.91º 0.48% 0.94% -
XYZ 64.68 79.17 31.27 -
YUV 221.21 73.71 127.85 -
System Red Green Blue C M Y K H S L
Decimal 221 240 125 0.08 0 0.48 0.06 69.91 0.79 0.72
Hex DD F0 7D 8 0 30 6 46 4F 48
Octal 335 360 175 10 0 60 6 106 117 110
Binary 11011101 11110000 1111101 1000 0 110000 110 1000110 1001111 1001000

Color Harmonies of #DDF07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF07D

Black with #DDF07D

Text Example


Text Example

White with #DDF07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF07D; }

 p { color: rgb(221,240,125); }

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

background-color css

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

 a { background-color: rgb(221,240,125); }

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

border-color css

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

 span { border-color: rgb(221,240,125); }

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