Html Css Color HEX #DDF665 Mindaro

📋 copy color: '#DDF665'

red 221 ◦ green 246 ◦ blue 101

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

Shades of Mindaro #DDF665

Tints of Mindaro #DDF665

RGB

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

 GREEN value IS 246 (96.48% from 255) = 43.31%

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

R = 38.91%
G = 43.31%
B = 17.78%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#DDF665 (or 0xDDF665) is known color: Mindaro. HEX triplet: DD, F6 and 65. RGB value is (221,246,101). Sum of RGB (Red+Green+Blue) = 221+246+101=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 246 (96.48% from 255 or 43.31% from 568); Blue value is 101 (39.84% from 255 or 17.78% from 568); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF665 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF665 is #22099A. Grayscale: #DEDEDE. Windows color (decimal): -2230683 or 6682333. OLE color: 6682333.

HSL color Cylindrical-coordinate representation of color #DDF665: hue angle of 70.34º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DDF665 is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 246 101 -
CMYK 0.10 0 0.59 0.04
HSL 70.34º 0.89% 0.68% -
HSV(B) 70.34º 0.59% 0.96% -
XYZ 65.12 82.22 24.75 -
YUV 222 59.72 127.29 -
System Red Green Blue C M Y K H S L
Decimal 221 246 101 0.10 0 0.59 0.04 70.34 0.89 0.68
Hex DD F6 65 A 0 3B 4 46 59 44
Octal 335 366 145 12 0 73 4 106 131 104
Binary 11011101 11110110 1100101 1010 0 111011 100 1000110 1011001 1000100

Color Harmonies of #DDF665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF665

Black with #DDF665

Text Example


Text Example

White with #DDF665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF665; }

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

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

background-color css

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

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

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

border-color css

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

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

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