Html Css Color HEX #DFF966 Mindaro

📋 copy color: '#DFF966'

red 223 ◦ green 249 ◦ blue 102

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

Shades of Mindaro #DFF966

Tints of Mindaro #DFF966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 17.77%

R = 38.85%
G = 43.38%
B = 17.77%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#DFF966 (or 0xDFF966) is known color: Mindaro. HEX triplet: DF, F9 and 66. RGB value is (223,249,102). Sum of RGB (Red+Green+Blue) = 223+249+102=574 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.85% from 574); Green value is 249 (97.66% from 255 or 43.38% from 574); Blue value is 102 (40.23% from 255 or 17.77% from 574); Max value from RGB is 249 - color contains mainly: green. Hex color #DFF966 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF966 is #200699. Grayscale: #E1E1E1. Windows color (decimal): -2098842 or 6748639. OLE color: 6748639.

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

Color convert

RGB 223 249 102 -
CMYK 0.10 0 0.59 0.02
HSL 70.61º 0.92% 0.69% -
HSV(B) 70.61º 0.59% 0.98% -
XYZ 66.71 84.4 25.35 -
YUV 224.47 58.89 126.95 -
System Red Green Blue C M Y K H S L
Decimal 223 249 102 0.10 0 0.59 0.02 70.61 0.92 0.69
Hex DF F9 66 A 0 3B 2 47 5C 45
Octal 337 371 146 12 0 73 2 107 134 105
Binary 11011111 11111001 1100110 1010 0 111011 10 1000111 1011100 1000101

Color Harmonies of #DFF966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFF966

Black with #DFF966

Text Example


Text Example

White with #DFF966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFF966; }

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

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

background-color css

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

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

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

border-color css

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

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

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