Html Css Color HEX #DDFE66 Mindaro

📋 copy color: '#DDFE66'

red 221 ◦ green 254 ◦ blue 102

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

Shades of Mindaro #DDFE66

Tints of Mindaro #DDFE66

RGB

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

 GREEN value IS 254 (99.61% from 255) = 44.02%

 BLUE value IS 102 (40.23% from 255) = 17.68%

R = 38.3%
G = 44.02%
B = 17.68%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.60

 K value IS 0.00

RGB Variations

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

Color information

#DDFE66 (or 0xDDFE66) is known color: Mindaro. HEX triplet: DD, FE and 66. RGB value is (221,254,102). Sum of RGB (Red+Green+Blue) = 221+254+102=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 254 (99.61% from 255 or 44.02% from 577); Blue value is 102 (40.23% from 255 or 17.68% from 577); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFE66 is #220199. Grayscale: #E3E3E3. Windows color (decimal): -2228634 or 6749917. OLE color: 6749917.

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

Color convert

RGB 221 254 102 -
CMYK 0.13 0 0.60 0.00
HSL 73.03º 0.99% 0.7% -
HSV(B) 73.03º 0.6% 1% -
XYZ 67.66 87.22 25.84 -
YUV 226.81 57.57 123.86 -
System Red Green Blue C M Y K H S L
Decimal 221 254 102 0.13 0 0.60 0.00 73.03 0.99 0.7
Hex DD FE 66 D 0 3C 0 49 63 46
Octal 335 376 146 15 0 74 0 111 143 106
Binary 11011101 11111110 1100110 1101 0 111100 0 1001001 1100011 1000110

Color Harmonies of #DDFE66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFE66

Black with #DDFE66

Text Example


Text Example

White with #DDFE66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFE66; }

 p { color: rgb(221,254,102); }

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

background-color css

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

 a { background-color: rgb(221,254,102); }

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

border-color css

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

 span { border-color: rgb(221,254,102); }

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