Html Css Color HEX #DFF268 Mindaro

📋 copy color: '#DFF268'

red 223 ◦ green 242 ◦ blue 104

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

Shades of Mindaro #DFF268

Tints of Mindaro #DFF268

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.53%

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

R = 39.19%
G = 42.53%
B = 18.28%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#DFF268 (or 0xDFF268) is known color: Mindaro. HEX triplet: DF, F2 and 68. RGB value is (223,242,104). Sum of RGB (Red+Green+Blue) = 223+242+104=569 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.19% from 569); Green value is 242 (94.92% from 255 or 42.53% from 569); Blue value is 104 (41.02% from 255 or 18.28% from 569); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF268 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF268 is #200D97. Grayscale: #DDDDDD. Windows color (decimal): -2100632 or 6877919. OLE color: 6877919.

HSL color Cylindrical-coordinate representation of color #DFF268: hue angle of 68.26º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DFF268 is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 223 242 104 -
CMYK 0.08 0 0.57 0.05
HSL 68.26º 0.84% 0.68% -
HSV(B) 68.26º 0.57% 0.95% -
XYZ 64.68 80.19 25.17 -
YUV 220.59 62.21 129.72 -
System Red Green Blue C M Y K H S L
Decimal 223 242 104 0.08 0 0.57 0.05 68.26 0.84 0.68
Hex DF F2 68 8 0 39 5 44 54 44
Octal 337 362 150 10 0 71 5 104 124 104
Binary 11011111 11110010 1101000 1000 0 111001 101 1000100 1010100 1000100

Color Harmonies of #DFF268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFF268

Black with #DFF268

Text Example


Text Example

White with #DFF268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFF268; }

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

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

background-color css

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

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

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

border-color css

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

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

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