Html Css Color HEX #DFFC65 Mindaro

📋 copy color: '#DFFC65'

red 223 ◦ green 252 ◦ blue 101

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

Shades of Mindaro #DFFC65

Tints of Mindaro #DFFC65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 17.53%

R = 38.72%
G = 43.75%
B = 17.53%

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

#DFFC65 (or 0xDFFC65) is known color: Mindaro. HEX triplet: DF, FC and 65. RGB value is (223,252,101). Sum of RGB (Red+Green+Blue) = 223+252+101=576 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.72% from 576); Green value is 252 (98.83% from 255 or 43.75% from 576); Blue value is 101 (39.84% from 255 or 17.53% from 576); Max value from RGB is 252 - color contains mainly: green. Hex color #DFFC65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFFC65 is #20039A. Grayscale: #E2E2E2. Windows color (decimal): -2098075 or 6683871. OLE color: 6683871.

HSL color Cylindrical-coordinate representation of color #DFFC65: hue angle of 71.52º degrees, saturation: 0.96, 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 #DFFC65 is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 223 252 101 -
CMYK 0.12 0 0.60 0.01
HSL 71.52º 0.96% 0.69% -
HSV(B) 71.52º 0.6% 0.99% -
XYZ 67.59 86.25 25.4 -
YUV 226.12 57.39 125.78 -
System Red Green Blue C M Y K H S L
Decimal 223 252 101 0.12 0 0.60 0.01 71.52 0.96 0.69
Hex DF FC 65 C 0 3C 1 48 60 45
Octal 337 374 145 14 0 74 1 110 140 105
Binary 11011111 11111100 1100101 1100 0 111100 1 1001000 1100000 1000101

Color Harmonies of #DFFC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFFC65

Black with #DFFC65

Text Example


Text Example

White with #DFFC65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFFC65; }

 p { color: rgb(223,252,101); }

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

background-color css

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

 a { background-color: rgb(223,252,101); }

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

border-color css

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

 span { border-color: rgb(223,252,101); }

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