Html Css Color HEX #DFF375 Mindaro

📋 copy color: '#DFF375'

red 223 ◦ green 243 ◦ blue 117

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

Shades of Mindaro #DFF375

Tints of Mindaro #DFF375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 20.07%

R = 38.25%
G = 41.68%
B = 20.07%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#DFF375 (or 0xDFF375) is known color: Mindaro. HEX triplet: DF, F3 and 75. RGB value is (223,243,117). Sum of RGB (Red+Green+Blue) = 223+243+117=583 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.25% from 583); Green value is 243 (95.31% from 255 or 41.68% from 583); Blue value is 117 (46.09% from 255 or 20.07% from 583); Max value from RGB is 243 - color contains mainly: green. Hex color #DFF375 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF375 is #200C8A. Grayscale: #DFDFDF. Windows color (decimal): -2100363 or 7730143. OLE color: 7730143.

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

Color convert

RGB 223 243 117 -
CMYK 0.08 0 0.52 0.05
HSL 69.52º 0.84% 0.71% -
HSV(B) 69.52º 0.52% 0.95% -
XYZ 65.69 81.07 29.02 -
YUV 222.66 68.37 128.25 -
System Red Green Blue C M Y K H S L
Decimal 223 243 117 0.08 0 0.52 0.05 69.52 0.84 0.71
Hex DF F3 75 8 0 34 5 46 54 47
Octal 337 363 165 10 0 64 5 106 124 107
Binary 11011111 11110011 1110101 1000 0 110100 101 1000110 1010100 1000111

Color Harmonies of #DFF375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFF375

Black with #DFF375

Text Example


Text Example

White with #DFF375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFF375; }

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

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

background-color css

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

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

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

border-color css

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

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

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