#DEFB6A

Color #DEFB6A Mindaro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mindaro #DEFB6A

Tints of Mindaro #DEFB6A

Color information

#DEFB6A (or 0xDEFB6A) is unknown color: approx Mindaro. HEX triplet: DE, FB and 6A. RGB value is (222,251,106). Sum of RGB (Red+Green+Blue) = 222+251+106=579 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.34% from 579); Green value is 251 (98.44% from 255 or 43.35% from 579); Blue value is 106 (41.80% from 255 or 18.31% from 579); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFB6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEFB6A is #210495. Grayscale: #E2E2E2. Windows color (decimal): -2163862 or 7011294. OLE color: 7011294.

HSL color Cylindrical-coordinate representation of color #DEFB6A: hue angle of 72º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DEFB6A is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB222251106-
CMYK0.1200.580.02
HSL72º94.77%70%-
HSV(B)72º57.77%98.43%-
XYZ67.2285.5626.61-
YUV225.860.39125.29-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.34%
GREEN value IS 251 (98.44% from 255) = 43.35%
BLUE value IS 106 (41.80% from 255) = 18.31%
R=38.34%
G=43.35%
B=18.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222511060.1200.580.027294.7770
HexDEFB6AC03A2485f46
Octal336373152140722110137106
Binary110111101111101111010101100011101010100100010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFB6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFB6A; }

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

 H1.HeaderClassName
 {
   color: #DEFB6A;
 }
 .AnyTagClassName
 {
   color: #DEFB6A;
 }
</style>
background-color css

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

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

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

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

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

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