Html Css Color HEX #DDF864 Mindaro

📋 copy color: '#DDF864'

red 221 ◦ green 248 ◦ blue 100

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

Shades of Mindaro #DDF864

Tints of Mindaro #DDF864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 17.57%

R = 38.84%
G = 43.59%
B = 17.57%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#DDF864 (or 0xDDF864) is known color: Mindaro. HEX triplet: DD, F8 and 64. RGB value is (221,248,100). Sum of RGB (Red+Green+Blue) = 221+248+100=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 248 (97.27% from 255 or 43.59% from 569); Blue value is 100 (39.45% from 255 or 17.57% from 569); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF864 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF864 is #22079B. Grayscale: #DFDFDF. Windows color (decimal): -2230172 or 6617309. OLE color: 6617309.

HSL color Cylindrical-coordinate representation of color #DDF864: hue angle of 70.95º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DDF864 is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 221 248 100 -
CMYK 0.11 0 0.60 0.03
HSL 70.95º 0.91% 0.68% -
HSV(B) 70.95º 0.6% 0.97% -
XYZ 65.69 83.43 24.7 -
YUV 223.06 58.55 126.53 -
System Red Green Blue C M Y K H S L
Decimal 221 248 100 0.11 0 0.60 0.03 70.95 0.91 0.68
Hex DD F8 64 B 0 3C 3 47 5B 44
Octal 335 370 144 13 0 74 3 107 133 104
Binary 11011101 11111000 1100100 1011 0 111100 11 1000111 1011011 1000100

Color Harmonies of #DDF864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF864

Black with #DDF864

Text Example


Text Example

White with #DDF864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF864; }

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

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

background-color css

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

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

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

border-color css

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

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

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