Html Css Color HEX #DEFF74 Mindaro

📋 copy color: '#DEFF74'

red 222 ◦ green 255 ◦ blue 116

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

Shades of Mindaro #DEFF74

Tints of Mindaro #DEFF74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 19.56%

R = 37.44%
G = 43%
B = 19.56%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#DEFF74 (or 0xDEFF74) is known color: Mindaro. HEX triplet: DE, FF and 74. RGB value is (222,255,116). Sum of RGB (Red+Green+Blue) = 222+255+116=593 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.44% from 593); Green value is 255 (100% from 255 or 43.00% from 593); Blue value is 116 (45.70% from 255 or 19.56% from 593); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFF74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEFF74 is #21008B. Grayscale: #E5E5E5. Windows color (decimal): -2162828 or 7667678. OLE color: 7667678.

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

Color convert

RGB 222 255 116 -
CMYK 0.13 0 0.55 0
HSL 74.24º 1% 0.73% -
HSV(B) 74.24º 0.55% 1% -
XYZ 69.04 88.31 29.93 -
YUV 229.29 64.07 122.8 -
System Red Green Blue C M Y K H S L
Decimal 222 255 116 0.13 0 0.55 0 74.24 1 0.73
Hex DE FF 74 D 0 37 0 4A 64 49
Octal 336 377 164 15 0 67 0 112 144 111
Binary 11011110 11111111 1110100 1101 0 110111 0 1001010 1100100 1001001

Color Harmonies of #DEFF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFF74

Black with #DEFF74

Text Example


Text Example

White with #DEFF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFF74; }

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

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

background-color css

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

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

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

border-color css

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

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

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