Html Css Color HEX #DFF96C Mindaro

📋 copy color: '#DFF96C'

red 223 ◦ green 249 ◦ blue 108

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

Shades of Mindaro #DFF96C

Tints of Mindaro #DFF96C

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.93%

 BLUE value IS 108 (42.58% from 255) = 18.62%

R = 38.45%
G = 42.93%
B = 18.62%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#DFF96C (or 0xDFF96C) is known color: Mindaro. HEX triplet: DF, F9 and 6C. RGB value is (223,249,108). Sum of RGB (Red+Green+Blue) = 223+249+108=580 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.45% from 580); Green value is 249 (97.66% from 255 or 42.93% from 580); Blue value is 108 (42.58% from 255 or 18.62% from 580); Max value from RGB is 249 - color contains mainly: green. Hex color #DFF96C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF96C is #200693. Grayscale: #E1E1E1. Windows color (decimal): -2098836 or 7141855. OLE color: 7141855.

HSL color Cylindrical-coordinate representation of color #DFF96C: hue angle of 71.06º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DFF96C is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 223 249 108 -
CMYK 0.10 0 0.57 0.02
HSL 71.06º 0.92% 0.7% -
HSV(B) 71.06º 0.57% 0.98% -
XYZ 67.01 84.52 26.97 -
YUV 225.15 61.89 126.46 -
System Red Green Blue C M Y K H S L
Decimal 223 249 108 0.10 0 0.57 0.02 71.06 0.92 0.7
Hex DF F9 6C A 0 39 2 47 5C 46
Octal 337 371 154 12 0 71 2 107 134 106
Binary 11011111 11111001 1101100 1010 0 111001 10 1000111 1011100 1000110

Color Harmonies of #DFF96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFF96C

Black with #DFF96C

Text Example


Text Example

White with #DFF96C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFF96C; }

 p { color: rgb(223,249,108); }

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

background-color css

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

 a { background-color: rgb(223,249,108); }

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

border-color css

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

 span { border-color: rgb(223,249,108); }

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