Html Css Color HEX #DDF875 Mindaro

📋 copy color: '#DDF875'

red 221 ◦ green 248 ◦ blue 117

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

Shades of Mindaro #DDF875

Tints of Mindaro #DDF875

RGB

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

 GREEN value IS 248 (97.27% from 255) = 42.32%

 BLUE value IS 117 (46.09% from 255) = 19.97%

R = 37.71%
G = 42.32%
B = 19.97%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#DDF875 (or 0xDDF875) is known color: Mindaro. HEX triplet: DD, F8 and 75. RGB value is (221,248,117). Sum of RGB (Red+Green+Blue) = 221+248+117=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 248 (97.27% from 255 or 42.32% from 586); Blue value is 117 (46.09% from 255 or 19.97% from 586); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF875 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF875 is #22078A. Grayscale: #E1E1E1. Windows color (decimal): -2230155 or 7731421. OLE color: 7731421.

HSL color Cylindrical-coordinate representation of color #DDF875: hue angle of 72.37º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DDF875 is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB 221 248 117 -
CMYK 0.11 0 0.53 0.03
HSL 72.37º 0.9% 0.72% -
HSV(B) 72.37º 0.53% 0.97% -
XYZ 66.6 83.79 29.49 -
YUV 224.99 67.05 125.15 -
System Red Green Blue C M Y K H S L
Decimal 221 248 117 0.11 0 0.53 0.03 72.37 0.9 0.72
Hex DD F8 75 B 0 35 3 48 5A 48
Octal 335 370 165 13 0 65 3 110 132 110
Binary 11011101 11111000 1110101 1011 0 110101 11 1001000 1011010 1001000

Color Harmonies of #DDF875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF875

Black with #DDF875

Text Example


Text Example

White with #DDF875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF875; }

 p { color: rgb(221,248,117); }

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

background-color css

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

 a { background-color: rgb(221,248,117); }

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

border-color css

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

 span { border-color: rgb(221,248,117); }

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