Html Css Color HEX #DDFC68 Mindaro

📋 copy color: '#DDFC68'

red 221 ◦ green 252 ◦ blue 104

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

Shades of Mindaro #DDFC68

Tints of Mindaro #DDFC68

RGB

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

 GREEN value IS 252 (98.83% from 255) = 43.67%

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

R = 38.3%
G = 43.67%
B = 18.02%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#DDFC68 (or 0xDDFC68) is known color: Mindaro. HEX triplet: DD, FC and 68. RGB value is (221,252,104). Sum of RGB (Red+Green+Blue) = 221+252+104=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 252 (98.83% from 255 or 43.67% from 577); Blue value is 104 (41.02% from 255 or 18.02% from 577); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFC68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFC68 is #220397. Grayscale: #E2E2E2. Windows color (decimal): -2229144 or 6880477. OLE color: 6880477.

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

Color convert

RGB 221 252 104 -
CMYK 0.12 0 0.59 0.01
HSL 72.57º 0.96% 0.7% -
HSV(B) 72.57º 0.59% 0.99% -
XYZ 67.13 85.99 26.16 -
YUV 225.86 59.23 124.53 -
System Red Green Blue C M Y K H S L
Decimal 221 252 104 0.12 0 0.59 0.01 72.57 0.96 0.7
Hex DD FC 68 C 0 3B 1 49 60 46
Octal 335 374 150 14 0 73 1 111 140 106
Binary 11011101 11111100 1101000 1100 0 111011 1 1001001 1100000 1000110

Color Harmonies of #DDFC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFC68

Black with #DDFC68

Text Example


Text Example

White with #DDFC68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFC68; }

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

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

background-color css

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

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

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

border-color css

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

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

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