Html Css Color HEX #DFF969 Mindaro

📋 copy color: '#DFF969'

red 223 ◦ green 249 ◦ blue 105

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

Shades of Mindaro #DFF969

Tints of Mindaro #DFF969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 18.2%

R = 38.65%
G = 43.15%
B = 18.2%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#DFF969 (or 0xDFF969) is known color: Mindaro. HEX triplet: DF, F9 and 69. RGB value is (223,249,105). Sum of RGB (Red+Green+Blue) = 223+249+105=577 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.65% from 577); Green value is 249 (97.66% from 255 or 43.15% from 577); Blue value is 105 (41.41% from 255 or 18.20% from 577); Max value from RGB is 249 - color contains mainly: green. Hex color #DFF969 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF969 is #200696. Grayscale: #E1E1E1. Windows color (decimal): -2098839 or 6945247. OLE color: 6945247.

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

Color convert

RGB 223 249 105 -
CMYK 0.10 0 0.58 0.02
HSL 70.83º 0.92% 0.69% -
HSV(B) 70.83º 0.58% 0.98% -
XYZ 66.86 84.46 26.14 -
YUV 224.81 60.39 126.71 -
System Red Green Blue C M Y K H S L
Decimal 223 249 105 0.10 0 0.58 0.02 70.83 0.92 0.69
Hex DF F9 69 A 0 3A 2 47 5C 45
Octal 337 371 151 12 0 72 2 107 134 105
Binary 11011111 11111001 1101001 1010 0 111010 10 1000111 1011100 1000101

Color Harmonies of #DFF969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFF969

Black with #DFF969

Text Example


Text Example

White with #DFF969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFF969; }

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

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

background-color css

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

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

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

border-color css

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

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

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