Html Css Color HEX #DDFF68 Mindaro

📋 copy color: '#DDFF68'

red 221 ◦ green 255 ◦ blue 104

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

Shades of Mindaro #DDFF68

Tints of Mindaro #DDFF68

RGB

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

 GREEN value IS 255 (100% from 255) = 43.97%

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

R = 38.1%
G = 43.97%
B = 17.93%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.59

 K value IS 0

RGB Variations

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

Color information

#DDFF68 (or 0xDDFF68) is known color: Mindaro. HEX triplet: DD, FF and 68. RGB value is (221,255,104). Sum of RGB (Red+Green+Blue) = 221+255+104=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 255 (100% from 255 or 43.97% from 580); Blue value is 104 (41.02% from 255 or 17.93% from 580); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFF68 is #220097. Grayscale: #E4E4E4. Windows color (decimal): -2228376 or 6881245. OLE color: 6881245.

HSL color Cylindrical-coordinate representation of color #DDFF68: hue angle of 73.51º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DDFF68 is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.

Color convert

RGB 221 255 104 -
CMYK 0.13 0 0.59 0
HSL 73.51º 1% 0.7% -
HSV(B) 73.51º 0.59% 1% -
XYZ 68.08 87.89 26.47 -
YUV 227.62 58.24 123.28 -
System Red Green Blue C M Y K H S L
Decimal 221 255 104 0.13 0 0.59 0 73.51 1 0.7
Hex DD FF 68 D 0 3B 0 4A 64 46
Octal 335 377 150 15 0 73 0 112 144 106
Binary 11011101 11111111 1101000 1101 0 111011 0 1001010 1100100 1000110

Color Harmonies of #DDFF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFF68

Black with #DDFF68

Text Example


Text Example

White with #DDFF68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFF68; }

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

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

background-color css

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

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

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

border-color css

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

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

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