Html Css Color HEX #DDF268 Mindaro

📋 copy color: '#DDF268'

red 221 ◦ green 242 ◦ blue 104

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

Shades of Mindaro #DDF268

Tints of Mindaro #DDF268

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.68%

 BLUE value IS 104 (41.02% from 255) = 18.34%

R = 38.98%
G = 42.68%
B = 18.34%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#DDF268 (or 0xDDF268) is known color: Mindaro. HEX triplet: DD, F2 and 68. RGB value is (221,242,104). Sum of RGB (Red+Green+Blue) = 221+242+104=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 242 (94.92% from 255 or 42.68% from 567); Blue value is 104 (41.02% from 255 or 18.34% from 567); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF268 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF268 is #220D97. Grayscale: #DCDCDC. Windows color (decimal): -2231704 or 6877917. OLE color: 6877917.

HSL color Cylindrical-coordinate representation of color #DDF268: hue angle of 69.13º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DDF268 is Cyan = 0.09, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 242 104 -
CMYK 0.09 0 0.57 0.05
HSL 69.13º 0.84% 0.68% -
HSV(B) 69.13º 0.57% 0.95% -
XYZ 64.07 79.88 25.14 -
YUV 219.99 62.54 128.72 -
System Red Green Blue C M Y K H S L
Decimal 221 242 104 0.09 0 0.57 0.05 69.13 0.84 0.68
Hex DD F2 68 9 0 39 5 45 54 44
Octal 335 362 150 11 0 71 5 105 124 104
Binary 11011101 11110010 1101000 1001 0 111001 101 1000101 1010100 1000100

Color Harmonies of #DDF268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF268

Black with #DDF268

Text Example


Text Example

White with #DDF268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF268; }

 p { color: rgb(221,242,104); }

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

background-color css

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

 a { background-color: rgb(221,242,104); }

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

border-color css

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

 span { border-color: rgb(221,242,104); }

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