Html Css Color HEX #DDF06B Mindaro

📋 copy color: '#DDF06B'

red 221 ◦ green 240 ◦ blue 107

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

Shades of Mindaro #DDF06B

Tints of Mindaro #DDF06B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 18.84%

R = 38.91%
G = 42.25%
B = 18.84%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#DDF06B (or 0xDDF06B) is known color: Mindaro. HEX triplet: DD, F0 and 6B. RGB value is (221,240,107). Sum of RGB (Red+Green+Blue) = 221+240+107=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 240 (94.14% from 255 or 42.25% from 568); Blue value is 107 (42.19% from 255 or 18.84% from 568); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF06B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF06B is #220F94. Grayscale: #DBDBDB. Windows color (decimal): -2232213 or 7074013. OLE color: 7074013.

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

Color convert

RGB 221 240 107 -
CMYK 0.08 0 0.55 0.06
HSL 68.57º 0.82% 0.68% -
HSV(B) 68.57º 0.55% 0.94% -
XYZ 63.63 78.75 25.76 -
YUV 219.16 64.71 129.31 -
System Red Green Blue C M Y K H S L
Decimal 221 240 107 0.08 0 0.55 0.06 68.57 0.82 0.68
Hex DD F0 6B 8 0 37 6 45 52 44
Octal 335 360 153 10 0 67 6 105 122 104
Binary 11011101 11110000 1101011 1000 0 110111 110 1000101 1010010 1000100

Color Harmonies of #DDF06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF06B

Black with #DDF06B

Text Example


Text Example

White with #DDF06B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF06B; }

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

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

background-color css

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

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

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

border-color css

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

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

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