Html Css Color HEX #DFF365 Mindaro

📋 copy color: '#DFF365'

red 223 ◦ green 243 ◦ blue 101

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

Shades of Mindaro #DFF365

Tints of Mindaro #DFF365

RGB

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

 GREEN value IS 243 (95.31% from 255) = 42.86%

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

R = 39.33%
G = 42.86%
B = 17.81%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#DFF365 (or 0xDFF365) is known color: Mindaro. HEX triplet: DF, F3 and 65. RGB value is (223,243,101). Sum of RGB (Red+Green+Blue) = 223+243+101=567 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.33% from 567); Green value is 243 (95.31% from 255 or 42.86% from 567); Blue value is 101 (39.84% from 255 or 17.81% from 567); Max value from RGB is 243 - color contains mainly: green. Hex color #DFF365 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF365 is #200C9A. Grayscale: #DDDDDD. Windows color (decimal): -2100379 or 6681567. OLE color: 6681567.

HSL color Cylindrical-coordinate representation of color #DFF365: hue angle of 68.45º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DFF365 is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 223 243 101 -
CMYK 0.08 0 0.58 0.05
HSL 68.45º 0.86% 0.67% -
HSV(B) 68.45º 0.58% 0.95% -
XYZ 64.83 80.73 24.48 -
YUV 220.83 60.37 129.55 -
System Red Green Blue C M Y K H S L
Decimal 223 243 101 0.08 0 0.58 0.05 68.45 0.86 0.67
Hex DF F3 65 8 0 3A 5 44 56 43
Octal 337 363 145 10 0 72 5 104 126 103
Binary 11011111 11110011 1100101 1000 0 111010 101 1000100 1010110 1000011

Color Harmonies of #DFF365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFF365

Black with #DFF365

Text Example


Text Example

White with #DFF365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFF365; }

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

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

background-color css

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

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

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

border-color css

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

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

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