Html Css Color HEX #DDF865 Mindaro

📋 copy color: '#DDF865'

red 221 ◦ green 248 ◦ blue 101

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

Shades of Mindaro #DDF865

Tints of Mindaro #DDF865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 17.72%

R = 38.77%
G = 43.51%
B = 17.72%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#DDF865 (or 0xDDF865) is known color: Mindaro. HEX triplet: DD, F8 and 65. RGB value is (221,248,101). Sum of RGB (Red+Green+Blue) = 221+248+101=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 248 (97.27% from 255 or 43.51% from 570); Blue value is 101 (39.84% from 255 or 17.72% from 570); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF865 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF865 is #22079A. Grayscale: #DFDFDF. Windows color (decimal): -2230171 or 6682845. OLE color: 6682845.

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

Color convert

RGB 221 248 101 -
CMYK 0.11 0 0.59 0.03
HSL 71.02º 0.91% 0.68% -
HSV(B) 71.02º 0.59% 0.97% -
XYZ 65.74 83.45 24.95 -
YUV 223.17 59.05 126.45 -
System Red Green Blue C M Y K H S L
Decimal 221 248 101 0.11 0 0.59 0.03 71.02 0.91 0.68
Hex DD F8 65 B 0 3B 3 47 5B 44
Octal 335 370 145 13 0 73 3 107 133 104
Binary 11011101 11111000 1100101 1011 0 111011 11 1000111 1011011 1000100

Color Harmonies of #DDF865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF865

Black with #DDF865

Text Example


Text Example

White with #DDF865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF865; }

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

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

background-color css

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

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

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

border-color css

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

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

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