Html Css Color HEX #DEFF6A Mindaro

📋 copy color: '#DEFF6A'

red 222 ◦ green 255 ◦ blue 106

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

Shades of Mindaro #DEFF6A

Tints of Mindaro #DEFF6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 18.18%

R = 38.08%
G = 43.74%
B = 18.18%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.58

 K value IS 0

RGB Variations

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

Color information

#DEFF6A (or 0xDEFF6A) is known color: Mindaro. HEX triplet: DE, FF and 6A. RGB value is (222,255,106). Sum of RGB (Red+Green+Blue) = 222+255+106=583 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.08% from 583); Green value is 255 (100% from 255 or 43.74% from 583); Blue value is 106 (41.80% from 255 or 18.18% from 583); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFF6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEFF6A is #210095. Grayscale: #E4E4E4. Windows color (decimal): -2162838 or 7012318. OLE color: 7012318.

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

Color convert

RGB 222 255 106 -
CMYK 0.13 0 0.58 0
HSL 73.29º 1% 0.71% -
HSV(B) 73.29º 0.58% 1% -
XYZ 68.49 88.09 27.03 -
YUV 228.15 59.07 123.62 -
System Red Green Blue C M Y K H S L
Decimal 222 255 106 0.13 0 0.58 0 73.29 1 0.71
Hex DE FF 6A D 0 3A 0 49 64 47
Octal 336 377 152 15 0 72 0 111 144 107
Binary 11011110 11111111 1101010 1101 0 111010 0 1001001 1100100 1000111

Color Harmonies of #DEFF6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFF6A

Black with #DEFF6A

Text Example


Text Example

White with #DEFF6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFF6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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