Html Css Color HEX #DFF068 Mindaro

📋 copy color: '#DFF068'

red 223 ◦ green 240 ◦ blue 104

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

Shades of Mindaro #DFF068

Tints of Mindaro #DFF068

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.33%

 BLUE value IS 104 (41.02% from 255) = 18.34%

R = 39.33%
G = 42.33%
B = 18.34%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#DFF068 (or 0xDFF068) is known color: Mindaro. HEX triplet: DF, F0 and 68. RGB value is (223,240,104). Sum of RGB (Red+Green+Blue) = 223+240+104=567 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.33% from 567); Green value is 240 (94.14% from 255 or 42.33% from 567); Blue value is 104 (41.02% from 255 or 18.34% from 567); Max value from RGB is 240 - color contains mainly: green. Hex color #DFF068 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF068 is #200F97. Grayscale: #DBDBDB. Windows color (decimal): -2101144 or 6877407. OLE color: 6877407.

HSL color Cylindrical-coordinate representation of color #DFF068: hue angle of 67.5º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DFF068 is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.

Color convert

RGB 223 240 104 -
CMYK 0.07 0 0.57 0.06
HSL 67.5º 0.82% 0.67% -
HSV(B) 67.5º 0.57% 0.94% -
XYZ 64.09 79.01 24.97 -
YUV 219.41 62.87 130.56 -
System Red Green Blue C M Y K H S L
Decimal 223 240 104 0.07 0 0.57 0.06 67.5 0.82 0.67
Hex DF F0 68 7 0 39 6 44 52 43
Octal 337 360 150 7 0 71 6 104 122 103
Binary 11011111 11110000 1101000 111 0 111001 110 1000100 1010010 1000011

Color Harmonies of #DFF068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFF068

Black with #DFF068

Text Example


Text Example

White with #DFF068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFF068; }

 p { color: rgb(223,240,104); }

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

background-color css

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

 a { background-color: rgb(223,240,104); }

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

border-color css

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

 span { border-color: rgb(223,240,104); }

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