Html Css Color HEX #DDF06A Mindaro

📋 copy color: '#DDF06A'

red 221 ◦ green 240 ◦ blue 106

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

Shades of Mindaro #DDF06A

Tints of Mindaro #DDF06A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 18.69%

R = 38.98%
G = 42.33%
B = 18.69%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#DDF06A (or 0xDDF06A) is known color: Mindaro. HEX triplet: DD, F0 and 6A. RGB value is (221,240,106). Sum of RGB (Red+Green+Blue) = 221+240+106=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 240 (94.14% from 255 or 42.33% from 567); Blue value is 106 (41.80% from 255 or 18.69% from 567); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF06A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF06A is #220F95. Grayscale: #DBDBDB. Windows color (decimal): -2232214 or 7008477. OLE color: 7008477.

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

Color convert

RGB 221 240 106 -
CMYK 0.08 0 0.56 0.06
HSL 68.51º 0.82% 0.68% -
HSV(B) 68.51º 0.56% 0.94% -
XYZ 63.58 78.73 25.48 -
YUV 219.04 64.21 129.4 -
System Red Green Blue C M Y K H S L
Decimal 221 240 106 0.08 0 0.56 0.06 68.51 0.82 0.68
Hex DD F0 6A 8 0 38 6 45 52 44
Octal 335 360 152 10 0 70 6 105 122 104
Binary 11011101 11110000 1101010 1000 0 111000 110 1000101 1010010 1000100

Color Harmonies of #DDF06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF06A

Black with #DDF06A

Text Example


Text Example

White with #DDF06A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF06A; }

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

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

background-color css

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

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

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

border-color css

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

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

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