Html Css Color HEX #DFF066 Mindaro

📋 copy color: '#DFF066'

red 223 ◦ green 240 ◦ blue 102

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

Shades of Mindaro #DFF066

Tints of Mindaro #DFF066

RGB

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

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

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

R = 39.47%
G = 42.48%
B = 18.05%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#DFF066 (or 0xDFF066) is known color: Mindaro. HEX triplet: DF, F0 and 66. RGB value is (223,240,102). Sum of RGB (Red+Green+Blue) = 223+240+102=565 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.47% from 565); Green value is 240 (94.14% from 255 or 42.48% from 565); Blue value is 102 (40.23% from 255 or 18.05% from 565); Max value from RGB is 240 - color contains mainly: green. Hex color #DFF066 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF066 is #200F99. Grayscale: #DBDBDB. Windows color (decimal): -2101146 or 6746335. OLE color: 6746335.

HSL color Cylindrical-coordinate representation of color #DFF066: hue angle of 67.39º 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 #DFF066 is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 223 240 102 -
CMYK 0.07 0 0.58 0.06
HSL 67.39º 0.82% 0.67% -
HSV(B) 67.39º 0.58% 0.94% -
XYZ 63.99 78.97 24.44 -
YUV 219.19 61.87 130.72 -
System Red Green Blue C M Y K H S L
Decimal 223 240 102 0.07 0 0.58 0.06 67.39 0.82 0.67
Hex DF F0 66 7 0 3A 6 43 52 43
Octal 337 360 146 7 0 72 6 103 122 103
Binary 11011111 11110000 1100110 111 0 111010 110 1000011 1010010 1000011

Color Harmonies of #DFF066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFF066

Black with #DFF066

Text Example


Text Example

White with #DFF066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFF066; }

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

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

background-color css

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

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

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

border-color css

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

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

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