Html Css Color HEX #DFF278 Mindaro

📋 copy color: '#DFF278'

red 223 ◦ green 242 ◦ blue 120

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

Shades of Mindaro #DFF278

Tints of Mindaro #DFF278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 20.51%

R = 38.12%
G = 41.37%
B = 20.51%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#DFF278 (or 0xDFF278) is known color: Mindaro. HEX triplet: DF, F2 and 78. RGB value is (223,242,120). Sum of RGB (Red+Green+Blue) = 223+242+120=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 242 (94.92% from 255 or 41.37% from 585); Blue value is 120 (47.27% from 255 or 20.51% from 585); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF278 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF278 is #200D87. Grayscale: #DEDEDE. Windows color (decimal): -2100616 or 7926495. OLE color: 7926495.

HSL color Cylindrical-coordinate representation of color #DFF278: hue angle of 69.34º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DFF278 is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 223 242 120 -
CMYK 0.08 0 0.50 0.05
HSL 69.34º 0.82% 0.71% -
HSV(B) 69.34º 0.5% 0.95% -
XYZ 65.57 80.55 29.86 -
YUV 222.41 70.21 128.42 -
System Red Green Blue C M Y K H S L
Decimal 223 242 120 0.08 0 0.50 0.05 69.34 0.82 0.71
Hex DF F2 78 8 0 32 5 45 52 47
Octal 337 362 170 10 0 62 5 105 122 107
Binary 11011111 11110010 1111000 1000 0 110010 101 1000101 1010010 1000111

Color Harmonies of #DFF278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFF278

Black with #DFF278

Text Example


Text Example

White with #DFF278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFF278; }

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

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

background-color css

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

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

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

border-color css

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

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

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