Html Css Color HEX #DDF068 Mindaro

📋 copy color: '#DDF068'

red 221 ◦ green 240 ◦ blue 104

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

Shades of Mindaro #DDF068

Tints of Mindaro #DDF068

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.48%

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

R = 39.12%
G = 42.48%
B = 18.41%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#DDF068 (or 0xDDF068) is known color: Mindaro. HEX triplet: DD, F0 and 68. RGB value is (221,240,104). Sum of RGB (Red+Green+Blue) = 221+240+104=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 240 (94.14% from 255 or 42.48% from 565); Blue value is 104 (41.02% from 255 or 18.41% from 565); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF068 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF068 is #220F97. Grayscale: #DBDBDB. Windows color (decimal): -2232216 or 6877405. OLE color: 6877405.

HSL color Cylindrical-coordinate representation of color #DDF068: hue angle of 68.38º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DDF068 is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 240 104 -
CMYK 0.08 0 0.57 0.06
HSL 68.38º 0.82% 0.67% -
HSV(B) 68.38º 0.57% 0.94% -
XYZ 63.48 78.69 24.94 -
YUV 218.82 63.21 129.56 -
System Red Green Blue C M Y K H S L
Decimal 221 240 104 0.08 0 0.57 0.06 68.38 0.82 0.67
Hex DD F0 68 8 0 39 6 44 52 43
Octal 335 360 150 10 0 71 6 104 122 103
Binary 11011101 11110000 1101000 1000 0 111001 110 1000100 1010010 1000011

Color Harmonies of #DDF068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF068

Black with #DDF068

Text Example


Text Example

White with #DDF068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF068; }

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

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

background-color css

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

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

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

border-color css

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

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

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