Html Css Color HEX #DDF365 Mindaro

📋 copy color: '#DDF365'

red 221 ◦ green 243 ◦ blue 101

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

Shades of Mindaro #DDF365

Tints of Mindaro #DDF365

RGB

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

 GREEN value IS 243 (95.31% from 255) = 43.01%

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

R = 39.12%
G = 43.01%
B = 17.88%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#DDF365 (or 0xDDF365) is known color: Mindaro. HEX triplet: DD, F3 and 65. RGB value is (221,243,101). Sum of RGB (Red+Green+Blue) = 221+243+101=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 243 (95.31% from 255 or 43.01% from 565); Blue value is 101 (39.84% from 255 or 17.88% from 565); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF365 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF365 is #220C9A. Grayscale: #DCDCDC. Windows color (decimal): -2231451 or 6681565. OLE color: 6681565.

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

Color convert

RGB 221 243 101 -
CMYK 0.09 0 0.58 0.05
HSL 69.3º 0.86% 0.67% -
HSV(B) 69.3º 0.58% 0.95% -
XYZ 64.22 80.41 24.45 -
YUV 220.23 60.71 128.55 -
System Red Green Blue C M Y K H S L
Decimal 221 243 101 0.09 0 0.58 0.05 69.3 0.86 0.67
Hex DD F3 65 9 0 3A 5 45 56 43
Octal 335 363 145 11 0 72 5 105 126 103
Binary 11011101 11110011 1100101 1001 0 111010 101 1000101 1010110 1000011

Color Harmonies of #DDF365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF365

Black with #DDF365

Text Example


Text Example

White with #DDF365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF365; }

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

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

background-color css

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

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

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

border-color css

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

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

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