Html Css Color HEX #DDFB64 Mindaro

📋 copy color: '#DDFB64'

red 221 ◦ green 251 ◦ blue 100

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

Shades of Mindaro #DDFB64

Tints of Mindaro #DDFB64

RGB

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

 GREEN value IS 251 (98.44% from 255) = 43.88%

 BLUE value IS 100 (39.45% from 255) = 17.48%

R = 38.64%
G = 43.88%
B = 17.48%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#DDFB64 (or 0xDDFB64) is known color: Mindaro. HEX triplet: DD, FB and 64. RGB value is (221,251,100). Sum of RGB (Red+Green+Blue) = 221+251+100=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 251 (98.44% from 255 or 43.88% from 572); Blue value is 100 (39.45% from 255 or 17.48% from 572); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFB64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFB64 is #22049B. Grayscale: #E1E1E1. Windows color (decimal): -2229404 or 6618077. OLE color: 6618077.

HSL color Cylindrical-coordinate representation of color #DDFB64: hue angle of 71.92º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DDFB64 is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 251 100 -
CMYK 0.12 0 0.60 0.02
HSL 71.92º 0.95% 0.69% -
HSV(B) 71.92º 0.6% 0.98% -
XYZ 66.62 85.29 25.01 -
YUV 224.82 57.56 125.28 -
System Red Green Blue C M Y K H S L
Decimal 221 251 100 0.12 0 0.60 0.02 71.92 0.95 0.69
Hex DD FB 64 C 0 3C 2 48 5F 45
Octal 335 373 144 14 0 74 2 110 137 105
Binary 11011101 11111011 1100100 1100 0 111100 10 1001000 1011111 1000101

Color Harmonies of #DDFB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFB64

Black with #DDFB64

Text Example


Text Example

White with #DDFB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFB64; }

 p { color: rgb(221,251,100); }

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

background-color css

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

 a { background-color: rgb(221,251,100); }

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

border-color css

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

 span { border-color: rgb(221,251,100); }

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