Html Css Color HEX #DFFD64 Mindaro

📋 copy color: '#DFFD64'

red 223 ◦ green 253 ◦ blue 100

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

Shades of Mindaro #DFFD64

Tints of Mindaro #DFFD64

RGB

 RED value IS 223 (87.5% from 255) = 38.72%

 GREEN value IS 253 (99.22% from 255) = 43.92%

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

R = 38.72%
G = 43.92%
B = 17.36%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#DFFD64 (or 0xDFFD64) is known color: Mindaro. HEX triplet: DF, FD and 64. RGB value is (223,253,100). Sum of RGB (Red+Green+Blue) = 223+253+100=576 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.72% from 576); Green value is 253 (99.22% from 255 or 43.92% from 576); Blue value is 100 (39.45% from 255 or 17.36% from 576); Max value from RGB is 253 - color contains mainly: green. Hex color #DFFD64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFFD64 is #20029B. Grayscale: #E3E3E3. Windows color (decimal): -2097820 or 6618591. OLE color: 6618591.

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

Color convert

RGB 223 253 100 -
CMYK 0.12 0 0.60 0.01
HSL 71.76º 0.97% 0.69% -
HSV(B) 71.76º 0.6% 0.99% -
XYZ 67.86 86.86 25.25 -
YUV 226.59 56.56 125.44 -
System Red Green Blue C M Y K H S L
Decimal 223 253 100 0.12 0 0.60 0.01 71.76 0.97 0.69
Hex DF FD 64 C 0 3C 1 48 61 45
Octal 337 375 144 14 0 74 1 110 141 105
Binary 11011111 11111101 1100100 1100 0 111100 1 1001000 1100001 1000101

Color Harmonies of #DFFD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFFD64

Black with #DFFD64

Text Example


Text Example

White with #DFFD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFFD64; }

 p { color: rgb(223,253,100); }

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

background-color css

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

 a { background-color: rgb(223,253,100); }

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

border-color css

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

 span { border-color: rgb(223,253,100); }

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