Html Css Color HEX #DDF368 Mindaro

📋 copy color: '#DDF368'

red 221 ◦ green 243 ◦ blue 104

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

Shades of Mindaro #DDF368

Tints of Mindaro #DDF368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 18.31%

R = 38.91%
G = 42.78%
B = 18.31%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#DDF368 (or 0xDDF368) is known color: Mindaro. HEX triplet: DD, F3 and 68. RGB value is (221,243,104). Sum of RGB (Red+Green+Blue) = 221+243+104=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 243 (95.31% from 255 or 42.78% from 568); Blue value is 104 (41.02% from 255 or 18.31% from 568); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF368 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF368 is #220C97. Grayscale: #DDDDDD. Windows color (decimal): -2231448 or 6878173. OLE color: 6878173.

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

Color convert

RGB 221 243 104 -
CMYK 0.09 0 0.57 0.05
HSL 69.5º 0.85% 0.68% -
HSV(B) 69.5º 0.57% 0.95% -
XYZ 64.37 80.47 25.24 -
YUV 220.58 62.21 128.3 -
System Red Green Blue C M Y K H S L
Decimal 221 243 104 0.09 0 0.57 0.05 69.5 0.85 0.68
Hex DD F3 68 9 0 39 5 45 55 44
Octal 335 363 150 11 0 71 5 105 125 104
Binary 11011101 11110011 1101000 1001 0 111001 101 1000101 1010101 1000100

Color Harmonies of #DDF368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF368

Black with #DDF368

Text Example


Text Example

White with #DDF368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF368; }

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

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

background-color css

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

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

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

border-color css

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

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

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