Html Css Color HEX #DEFF78 Mindaro

📋 copy color: '#DEFF78'

red 222 ◦ green 255 ◦ blue 120

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

Shades of Mindaro #DEFF78

Tints of Mindaro #DEFF78

RGB

 RED value IS 222 (87.11% from 255) = 37.19%

 GREEN value IS 255 (100% from 255) = 42.71%

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

R = 37.19%
G = 42.71%
B = 20.1%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#DEFF78 (or 0xDEFF78) is known color: Mindaro. HEX triplet: DE, FF and 78. RGB value is (222,255,120). Sum of RGB (Red+Green+Blue) = 222+255+120=597 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.19% from 597); Green value is 255 (100% from 255 or 42.71% from 597); Blue value is 120 (47.27% from 255 or 20.10% from 597); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFF78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEFF78 is #210087. Grayscale: #E6E6E6. Windows color (decimal): -2162824 or 7929822. OLE color: 7929822.

HSL color Cylindrical-coordinate representation of color #DEFF78: hue angle of 74.67º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DEFF78 is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.

Color convert

RGB 222 255 120 -
CMYK 0.13 0 0.53 0
HSL 74.67º 1% 0.74% -
HSV(B) 74.67º 0.53% 1% -
XYZ 69.27 88.41 31.18 -
YUV 229.74 66.07 122.48 -
System Red Green Blue C M Y K H S L
Decimal 222 255 120 0.13 0 0.53 0 74.67 1 0.74
Hex DE FF 78 D 0 35 0 4B 64 4A
Octal 336 377 170 15 0 65 0 113 144 112
Binary 11011110 11111111 1111000 1101 0 110101 0 1001011 1100100 1001010

Color Harmonies of #DEFF78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFF78

Black with #DEFF78

Text Example


Text Example

White with #DEFF78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFF78; }

 p { color: rgb(222,255,120); }

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

background-color css

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

 a { background-color: rgb(222,255,120); }

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

border-color css

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

 span { border-color: rgb(222,255,120); }

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